phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
ColorBGR8
nxt
color
BGR 24-bit color, where each color component has 8-bit precision.
@
safe
pure nothrow @
nogc
struct
ColorBGR8 {
ubyte
blueC
;
ubyte
greenC
;
ubyte
redC
;
}
Meta
Source
See Implementation
nxt
color
aliases
Color
structs
ColorBGR8
ColorRGB8
BGR 24-bit color, where each color component has 8-bit precision.