color ~master (2020-04-14T12:21:13Z)
Home
Dub
Repo
PackedRGB.this
std
experimental
color
packedrgb
PackedRGB
Construct a color from RGB and optional alpha values.
struct
PackedRGB
(string format_, ComponentType_, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
@
safe
pure nothrow @
nogc
this
(
UnpackedColor
color
)
if
(
isNumeric
!
ComponentType_
)
Meta
Source
See Implementation
std
experimental
color
packedrgb
PackedRGB
aliases
ParentColor
UnpackedColor
constructors
this
functions
opCast
opEquals
manifest constants
BitsPerElement
format
properties
unpacked
static functions
convertColorImpl
variables
colorSpace
colorSpaceDesc
componentInfo
components
data
hasAlpha
hasComponent
hasSharedExponent
sharedExponent
Construct a color from RGB and optional alpha values.