dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Surface.setColorkey
Dgame
Graphics
Surface
Surface
Set the colorkey.
void
setColorkey
(Color col)
struct
Surface
void
setColorkey
(
ref
const
Color
col
)
void
setColorkey
(Color col)
void
setColorkey
(ubyte red, ubyte green, ubyte blue)
void
setColorkey
(ubyte red, ubyte green, ubyte blue, ubyte alpha)
Meta
Source
See Implementation
Dgame
Graphics
Surface
Surface
constructors
this
destructors
~this
enums
BlendMode
Flip
Mask
functions
adaptTo
blit
blitScaled
fill
fillAreas
flip
free
getAlphaMod
getBlendMode
getClipRect
getColorAt
getColorkey
getPixelAt
isLocked
isMask
isValid
loadFromFile
loadFromMemory
lock
lowerBlit
mustLock
optimizeRLE
putPixelAt
saveToFile
setAlphaMod
setBlendMode
setClipRect
setColorkey
subSurface
unlock
useCount
manifest constants
AMask
BMask
GMask
RMask
postblits
this(this)
properties
bits
bytes
filename
height
pitch
pixelFormat
pixels
ptr
width
static functions
make
Set the colorkey.