Ogre::Canvas::Gradient Class Reference
List of all members.
Public Member Functions |
|
| Gradient (float x0, float y0, float x1, float y1) |
|
| Gradient (float x0, float y0, float radius0, float x1, float y1, float radius1) |
|
void | addColorStop (float offset, Ogre::ColourValue color) |
Protected Member Functions |
|
SkShader * | getShader () |
|
void | createShader () |
|
void | deleteShader () |
Static Protected Member Functions |
|
static bool | colorStopsSorting (ColorStop a, ColorStop b) |
Protected Attributes |
|
SkShader * | mShader |
|
GradientType | mType |
|
Ogre::Vector2 | mP0 |
|
Ogre::Vector2 | mP1 |
|
Ogre::Real | mRadius0 |
|
Ogre::Real | mRadius1 |
|
std::vector< ColorStop > | mColorStops |
Friends |
|
class | Context |
The documentation for this class was generated from the following files:
- d:/VisualExperiments.com/Demos/OgreCanvas/include/CanvasContext.h
- d:/VisualExperiments.com/Demos/OgreCanvas/src/CanvasContext.cpp