The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BGRA8
std
experimental
color
32 bit BGR + alpha color type with 8 bits per channel.
import std.experimental.color;
alias
BGRA8
=
RGB
!("bgra",
ubyte
)
Meta
Source
See Implementation
std
experimental
color
modules
colorspace
hsx
lab
packedrgb
rgb
xyz
aliases
A8
BGR8
BGRA8
BGRX8
L8
LA8
RGB8
RGBA8
RGBAf32
RGBX8
RGBf32
UV8
UVW8
enums
Colors
isColor
isColorComponentType
isColorScalarType
functions
colorFromString
convertColor
32 bit BGR + alpha color type with 8 bits per channel.