Classes | |
| class | IlvColorPattern |
| Resource class. More... | |
| class | IlvGradientPattern |
| Resource class. More... | |
| class | IlvPattern |
| Resource class. More... | |
Enumerations | |
| enum | IlvGradientSpread { IlvGradientPadSpread, IlvGradientRepeatSpread, IlvGradientReflectSpread } |
| The gradient spread. More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvPattern class.
| enum IlvGradientSpread |
The gradient spread.
This enumeration specifies how the gradient should spread outside of its boundaries.
IlvGradientPattern::setSpread(). | Enumerator | |
|---|---|
| IlvGradientPadSpread | Use solid colors. |
| IlvGradientRepeatSpread | Repeat the gradient. |
| IlvGradientReflectSpread | Reflect the gradient. |