Inherits SystemIDisposable.
Public Member Functions | |
ShadingColor (uint firstcolor, uint secondcolor) | |
Constructor, with parameters. More... | |
ShadingColor () | |
Constructor. | |
ShadingColor (ShadingColor shading_color) | |
Constructor, with another ShadingColor. | |
void | Set (uint firstcolor, uint secondcolor) |
Set value. More... | |
This class represents shading color which is used for Type 2 (Axial) Shadings.
|
inline |
Constructor, with parameters.
firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
|
inline |
Set value.
firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |