ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
Gradient
ae
utils
graphics
color
Calculate an interpolated color on a gradient with multiple points
struct
Gradient (
Value
Color
) {
struct
Point
;
Point
[]
points
;
Color
get
(Value value);
}
Members
Functions
get
Color
get
(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Point
struct
Point
Undocumented in source.
Variables
points
Point
[]
points
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
color
aliases
BGR
BGRA
BGRX
ExpandChannelType
L16
L8
LA
LA16
OneBitStorageBE
OneBitStorageLE
PlainStorageUnit
RGB
RGB16
RGBA
RGBA16
RGBX
RGBX16
RGBd
RGBf
S16
S8
StorageColor
functions
blend
solidStorageUnit
structs
BitStorageUnit
Color
Gradient
templates
ChangeChannelType
ChannelType
ExpandIntegerType
variables
isStorageColorLValue
storageColorBits
Calculate an interpolated color on a gradient with multiple points