vg_lite_radial_gradient_spreadmode_t
enumeration
(Deprecated March 2023) use vg_lite_gradient_spreadmode_t.
Defines the radial gradient padding mode. (from Nov 2020, requires GC355 hardware)
Used in structure: vg_lite_radial_gradient_t.
vg_lite_radial_gradient_spreadmode_t String Values |
Description |
---|---|
|
The current fill color is used for all stop values less than 0 or greater than 1 respectively. |
|
Colors defined at 0 and 1 are used for all stop values less than 0 or greater than 1 respectively. |
|
Color values defined between 0 and 1 are repeated indefinitely in both directions. |
|
Color values defined between 0 and 1 are repeated indefinitely in both directions but with alternate copies of the range reversed. |
Parent topic:Draw and gradient enumerations