dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
ExpandIntegerType
dplug
graphics
color
Wrapper around ExpandNumericType to only expand numeric types.
template
ExpandIntegerType (
T
size_t
bits
) {
alias
ExpandIntegerType
=
T
;
alias
ExpandIntegerType
=
ExpandNumericType
!(
T
,
bits
)
;
}
Members
Aliases
ExpandIntegerType
alias
ExpandIntegerType
=
T
Undocumented in source.
ExpandIntegerType
alias
ExpandIntegerType
=
ExpandNumericType
!(
T
,
bits
)
Undocumented in source.
Meta
Source
See Implementation
dplug
graphics
color
aliases
ExpandNumericType
L16
L32f
L8
RGB
RGBA
RGBA16
RGBAf
RGBf
functions
blendColor
blendColorPremul
itpl
sign
sort2
sqr
mixin templates
FieldList
properties
structFields
structs
DefColor
templates
ChangeChannelType
ChannelType
ExpandIntegerType
GenFieldList
ResizeNumericType
SignedBitsType
UnsignedBitsType
valueBits
Wrapper around ExpandNumericType to only expand numeric types.