SDL_PixelFormat

sdl2.structs.SDL_PixelFormat

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[SDL_PixelFormat]
def apply(format: Uint32, palette: Ptr[SDL_Palette], BitsPerPixel: Uint8, BytesPerPixel: Uint8, padding: CArray[Uint8, _2], Rmask: Uint32, Gmask: Uint32, Bmask: Uint32, Amask: Uint32, Rloss: Uint8, Gloss: Uint8, Bloss: Uint8, Aloss: Uint8, Rshift: Uint8, Gshift: Uint8, Bshift: Uint8, Ashift: Uint8, refcount: CInt, next: Ptr[SDL_PixelFormat])(using Zone): Ptr[SDL_PixelFormat]

Givens

Givens

given _tag: Tag[SDL_PixelFormat]

Extensions

Extensions

extension (struct: SDL_PixelFormat)
def Aloss: Uint8
def Aloss_=(value: Uint8): Unit
def Amask: Uint32
def Amask_=(value: Uint32): Unit
def Ashift: Uint8
def Ashift_=(value: Uint8): Unit
def BitsPerPixel_=(value: Uint8): Unit
def Bloss: Uint8
def Bloss_=(value: Uint8): Unit
def Bmask: Uint32
def Bmask_=(value: Uint32): Unit
def Bshift: Uint8
def Bshift_=(value: Uint8): Unit
def BytesPerPixel_=(value: Uint8): Unit
def Gloss: Uint8
def Gloss_=(value: Uint8): Unit
def Gmask: Uint32
def Gmask_=(value: Uint32): Unit
def Gshift: Uint8
def Gshift_=(value: Uint8): Unit
def Rloss: Uint8
def Rloss_=(value: Uint8): Unit
def Rmask: Uint32
def Rmask_=(value: Uint32): Unit
def Rshift: Uint8
def Rshift_=(value: Uint8): Unit
def format: Uint32
def format_=(value: Uint32): Unit
def next: Ptr[SDL_PixelFormat]
def next_=(value: Ptr[SDL_PixelFormat]): Unit
def padding: CArray[Uint8, _2]
def padding_=(value: CArray[Uint8, _2]): Unit
def palette: Ptr[SDL_Palette]
def palette_=(value: Ptr[SDL_Palette]): Unit
def refcount: CInt
def refcount_=(value: CInt): Unit