PathFillModeType

PathFillModeType enum

Specifies the manner in which a path should be filled

enum class PathFillModeType : uint8_t

Values

NameValueDescription
None0No Path Fill This specifies that the corresponding path should have no fill.
Normal1Normal Path Fill This specifies that the corresponding path should have a normally shaded color applied to it\u2019s fill.
Lighten2Lighten Path Fill This specifies that the corresponding path should have a lightly shaded color applied to it\u2019s fill.
LightenLess3Lighten Path Fill Less This specifies that the corresponding path should have a slightly lighter shaded color applied to it\u2019s fill.
Darken4Darken Path Fill This specifies that the corresponding path should have a darker shaded color applied to it\u2019s fill.
DarkenLess5Darken Path Fill Less This specifies that the corresponding path should have a slightly darker shaded color applied to it\u2019s fill.

See Also