fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
color
fluid
types
Create a color from RGBA values.
Color
color
(ubyte r, ubyte g, ubyte b, ubyte a)
@
safe
pure nothrow
Color
color
(
ubyte
r
,
ubyte
g
,
ubyte
b
,
ubyte
a
= ubyte.
max
)
Color
color
()
Color
color
(string hexCode)
Meta
Source
See Implementation
fluid
types
aliases
Color
Rectangle
Vector2
functions
alphaBlend
color
multiply
setAlpha
toHex
static functions
generateAlphaMask
generateColorImage
generatePalettedImage
structs
Image
PalettedColor
Create a color from RGBA values.