dg2d ~master (2020-11-11T23:31:17Z)
Dub
Repo
RadialGradient
dg2d
canvas
Radial gradient type
struct
RadialGradient {
float
x0
;
float
y0
;
float
x1
;
float
y1
;
float
x2
;
float
y2
;
Gradient
gradient
;
RepeatMode
rmode
;
}
Members
Variables
gradient
Gradient
gradient
;
Undocumented in source.
rmode
RepeatMode
rmode
;
Undocumented in source.
x0
float
x0
;
Undocumented in source.
x1
float
x1
;
Undocumented in source.
x2
float
x2
;
Undocumented in source.
y0
float
y0
;
Undocumented in source.
y1
float
y1
;
Undocumented in source.
y2
float
y2
;
Undocumented in source.
Meta
Source
See Implementation
dg2d
canvas
classes
Canvas
enums
isPaintable
structs
AngularGradient
BiradialGradient
LinearGradient
Paint
RadialGradient
ViewState
Radial gradient type