colors ~master (2025-10-18T13:44:34Z)
Dub
Repo
LA8
colors
colorspace
A 8-bit luminance sRGB value, with alpha.
struct
LA8 {
ubyte
l
;
ubyte
a
;
}
Members
Variables
a
ubyte
a
;
Undocumented in source.
l
ubyte
l
;
Undocumented in source.
Meta
Source
See Implementation
colors
colorspace
enums
Colorspace
structs
HSLAf
L8
LA8
RGB16
RGB8
RGBA16
RGBA8
RGBAf
A 8-bit luminance sRGB value, with alpha.