#include <ai_grad.h>
Inheritance diagram for AI5Gradient:
Public Member Functions | |
AI5Gradient () | |
Set up a gradient record to sensible values (linear fill black to black). | |
virtual | ~AI5Gradient () |
Public Attributes | |
String_64 | Name |
BOOL | IsRadial |
DocColour | StartColour |
DocColour | EndColour |
ColourRamp * | mpCurrentRamp |
AIHighlight * | mpHighlight |
INT32 | midPoint |
Definition at line 145 of file ai_grad.h.
|
Set up a gradient record to sensible values (linear fill black to black).
Definition at line 122 of file ai_grad.cpp. 00122 : 00123 IsRadial( FALSE ), 00124 StartColour( BLACK ), 00125 EndColour( BLACK ), 00126 mpCurrentRamp( 0 ) 00127 { 00128 }
|
|
Definition at line 131 of file ai_grad.cpp. 00132 { 00133 delete mpCurrentRamp; 00134 mpCurrentRamp = 0; 00135 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|