ae v0.0.3186 (2022-07-03T09:06:15Z)
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.