ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Gradient.Point
ae
utils
graphics
color
Gradient
Gradient points.
struct
Point
struct
Gradient
(Value, Color)
struct
Point {
Value
value
;
Color
color
;
}
Point
[]
points
;
Members
Variables
color
Color
color
;
Color at this point.
value
Value
value
;
Distance along the gradient.
Meta
Source
See Implementation
ae
utils
graphics
color
Gradient
functions
get
structs
Point
variables
points
Gradient points.