vg_lite_radial_gradient_t
structure
This structure defines the application of the radial gradient to fill a path. (from November 2020, requires GC355 or GC555 hardware).
Used in radial gradient functions: vg_lite_draw_grad, vg_lite_set_radial_grad, vg_lite_update_radial_grad, vg_lite_get_radial_grad, vg_lite_clear_radial_grad
.
vg_lite_radial_gradient_t member |
Type |
Description |
---|---|---|
|
vg_lite_uint32_t |
Count of colors, up to 256 |
|
Structure that specifies the transform matrix for the gradient |
|
|
Structure that specifies the image for rendering as a gradient pattern |
|
|
Structure that specifies the location of the gradient’s center point (cx, cy), focal point(fx, fy) and radius(r) |
|
|
vg_lite_uint32_t |
Color ramp parameters for gradient paints provided to the driver |
|
Structure that specifies the color ramp |
|
|
vg_lite_uint32_t |
Converted internal color ramp. |
|
Structure that specifies the internal color ramp |
|
|
vg_lite_uint32_t |
If this value is set to 1, the color value of |
|
Enum that specifies the tiling mode, which is applied to the pixels out of the image after transformation |
Parent topic:Draw and gradient structures