gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
SDL2Surface.RGBA
gfm
sdl2
surface
SDL2Surface
class
SDL2Surface
struct
RGBA {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
a
;
}
Members
Variables
a
ubyte
a
;
b
ubyte
b
;
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
gfm
sdl2
surface
SDL2Surface
constructors
this
destructors
~this
enums
Owned
functions
clone
close
convert
getRGBA
handle
lock
pitch
pixelFormat
pixels
unlock
properties
height
width
structs
RGBA
variables
_handleOwned
_sdl2
_surface