fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
color
fluid
types
Create a color from hex code.
Color
color
(ubyte r, ubyte g, ubyte b, ubyte a)
Color
color
()
@
safe
Color
color
(
string
hexCode
)
(
)
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 hex code.