ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
ChangeChannelType
ae
utils
graphics
color
Resolves to a Color instance with a different ChannelType.
template
ChangeChannelType (
COLOR
T
) {
alias
Transformer
(
_
)
=
T
;
alias
ChangeChannelType
=
TransformChannelType
!(
COLOR
,
Transformer
)
;
}
Members
Aliases
ChangeChannelType
alias
ChangeChannelType
=
TransformChannelType
!(
COLOR
,
Transformer
)
Undocumented in source.
Transformer
alias
Transformer
(
_
)
=
T
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
color
aliases
BGR
BGRA
BGRX
ExpandChannelType
ExpandChannelTypeSigned
L16
L8
LA
LA16
OneBitStorageBE
OneBitStorageLE
PlainStorageUnit
RGB
RGB16
RGBA
RGBA16
RGBX
RGBX16
RGBd
RGBf
S16
S8
StorageColor
blend
functions
_blend
solidStorageUnit
structs
BitStorageUnit
Color
Gradient
templates
ChangeChannelType
ChannelType
ExpandIntegerType
TransformChannelType
channelMap
variables
isStorageColorLValue
storageColorBits
Resolves to a Color instance with a different ChannelType.