FillData(FillType type = Fill_VColor); FillData(UInt32 color); FillData(Image* p, ImageFillMode fm = ImageFillMode()); FillData(GradientData* p);
FillData constructor.
Parameters |
Description |
FillType type = Fill_VColor |
The type of the fill. |
UInt32 color |
The solid color used for the fill shapes. |
Image* p |
Pointer to the image used in the fill style. |
Image* p |
Pointer to GradientData for gradient filled shapes. |
ImageFillMode fm = ImageFillMode() |
The fill style applied to the fill. |