dlangui v0.10.2 (2022-12-17T17:39:40Z)
Home
Dub
Repo
ColorTransform
dlangui
graphics
colors
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
colors
enums
Color
functions
addAlpha
blendARGB
blendAlpha
blendGray
blendSubpixel
decodeHexColor
isFullyTransparentColor
makeRGBA
rgbToGray
subpixelComponentIndex
transformComponent
transformRGBA
structs
ColorTransform
ColorTransformHandler
variables
COLOR_DRAWABLE
COLOR_TRANSFORM_MULTIPLY_NONE
COLOR_TRANSFORM_OFFSET_NONE
COLOR_TRANSPARENT
COLOR_UNSPECIFIED
COMPONENT_OFFSET_ALPHA
COMPONENT_OFFSET_BGR
COMPONENT_OFFSET_RGB