Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csGradientShade Struct Reference
An entry in a csGradient gradient. More...
#include <csgfx/gradient.h>
Public Member Functions | |
csGradientShade () | |
Construct with all values set to 0. | |
csGradientShade (csColor left_color, csColor right_color, float pos) | |
Construct supplying all values. | |
csGradientShade (csColor color, float pos) | |
Construct using a color and position. | |
Public Attributes | |
csColor | left |
Color of the left side. | |
csColor | right |
Color of the right side. | |
float | position |
Position in the gradient. |
Detailed Description
An entry in a csGradient gradient.
Definition at line 38 of file gradient.h.
Constructor & Destructor Documentation
|
Construct with all values set to 0.
|
|
Construct supplying all values.
|
|
Construct using a color and position. Both left and right will have the value of color. |
Member Data Documentation
|
Color of the left side.
Definition at line 41 of file gradient.h. |
|
Position in the gradient.
Definition at line 45 of file gradient.h. |
|
Color of the right side.
Definition at line 43 of file gradient.h. |
The documentation for this struct was generated from the following file:
- csgfx/gradient.h
Generated for Crystal Space by doxygen 1.3.9.1