dg2d ~master (2021-09-28T12:26:04.0230033)
Dub
Repo
LinearGradient
dg2d
canvas
Linear gradient type
struct
LinearGradient {
float
x0
;
float
y0
;
float
x1
;
float
y1
;
Gradient
gradient
;
RepeatMode
rmode
;
}
Members
Variables
gradient
Gradient
gradient
;
Undocumented in source.
rmode
RepeatMode
rmode
;
Undocumented in source.
x0
float
x0
;
x1
float
x1
;
y0
float
y0
;
y1
float
y1
;
Undocumented in source.
Meta
Source
See Implementation
dg2d
canvas
classes
Canvas
enums
isPaintable
structs
AngularGradient
BiradialGradient
LinearGradient
Paint
RadialGradient
ViewState
Linear gradient type