dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
ColorTransform
dlangui
graphics
drawbuf
Undocumented in source.
struct
ColorTransform {
uint
addBefore
;
uint
multiply
;
uint
addAfter
;
bool
empty
[@property getter];
uint
transform
(uint color);
}
Members
Functions
transform
uint
transform
(uint color)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
addAfter
uint
addAfter
;
Undocumented in source.
addBefore
uint
addBefore
;
Undocumented in source.
multiply
uint
multiply
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
drawbuf
aliases
DrawBufRef
classes
ColorDrawBuf
ColorDrawBufBase
DrawBuf
GrayDrawBuf
functions
blendARGB
blendGray
rgbToGray
transformComponent
transformRGBA
structs
ClipRectSaver
ColorTransform
ColorTransformHandler
NinePatch
variables
COLOR_TRANSFORM_MULTIPLY_NONE
COLOR_TRANSFORM_OFFSET_NONE