|
CeresEngine 0.2.0
A game development framework
|
A structure that describes a radial gradient. More...
#include <CeresEngine/Graphics/Shape.hpp>
Public Attributes | |
| Color | startingColor |
| The gradient starting color at `center“. | |
| Color | endingColor |
The gradient ending color at center + outerRadius. | |
| Point2 | center |
| The center of the radial gradient. | |
| double | innerRadius |
| The gradient inner radius. | |
| double | outerRadius |
| The gradient outer radius. | |
A structure that describes a radial gradient.
| Point2 CeresEngine::Paint::RadialGradient::center |
The center of the radial gradient.
| Color CeresEngine::Paint::RadialGradient::endingColor |
The gradient ending color at center + outerRadius.
| double CeresEngine::Paint::RadialGradient::innerRadius |
The gradient inner radius.
| double CeresEngine::Paint::RadialGradient::outerRadius |
The gradient outer radius.
| Color CeresEngine::Paint::RadialGradient::startingColor |
The gradient starting color at `center“.