fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
Color
fluid
types
Undocumented in source.
alias
Color
=
raylib
.
Color
struct
Color
version(!Have_raylib_d)
@
safe
struct
Color {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
a
;
}
Members
Variables
a
ubyte
a
;
b
ubyte
b
;
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
fluid
types
aliases
Color
Rectangle
Vector2
functions
alphaBlend
color
multiply
setAlpha
toHex
static functions
generateAlphaMask
generateColorImage
generatePalettedImage
structs
Image
PalettedColor