dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
blendAlpha
dlangui
graphics
colors
blend two alpha values 0..255 (255 is fully transparent, 0 is opaque)
pure nothrow
uint
blendAlpha
(
uint
a1
,
uint
a2
)
Meta
Source
See Implementation
dlangui
graphics
colors
enums
Color
functions
addAlpha
blendARGB
blendAlpha
blendGray
blendSubpixel
decodeCSSColor
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
blend two alpha values 0..255 (255 is fully transparent, 0 is opaque)