The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
PackedRGB.UnpackedColor
std
experimental
color
packedrgb
PackedRGB
The unpacked color type.
import std.experimental.color.packedrgb;
struct
PackedRGB
(string format_, ComponentType_, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@
safe
pure nothrow @
nogc
alias
UnpackedColor
=
RGB
!(
components
,
ComponentType_
, false,
colorSpace_
)
Meta
Source
See Implementation
std
experimental
color
packedrgb
PackedRGB
aliases
UnpackedColor
constructors
this
functions
opCast
manifest constants
BitsPerElement
format
properties
unpacked
variables
colorSpace
colorSpaceDesc
componentInfo
components
data
hasAlpha
hasComponent
hasSharedExponent
sharedExponent
The unpacked color type.