AI5Gradient Class Reference

Used to hold the definition of an Illustrator 5 gradient fill, while we are importing an AI5 file. More...

#include <ai_grad.h>

Inheritance diagram for AI5Gradient:

ListItem CCObject SimpleCCObject List of all members.

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
ColourRampmpCurrentRamp
AIHighlightmpHighlight
INT32 midPoint

Detailed Description

Used to hold the definition of an Illustrator 5 gradient fill, while we are importing an AI5 file.

Author:
Tim_Browse (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/08/94
See also:
AI5EPSFilter

Definition at line 145 of file ai_grad.h.


Constructor & Destructor Documentation

AI5Gradient::AI5Gradient  ) 
 

Set up a gradient record to sensible values (linear fill black to black).

Author:
Tim_Browse (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/08/94
See also:
AI5Gradient; AI5EPSFilter

Definition at line 122 of file ai_grad.cpp.

00122                          :
00123     IsRadial( FALSE ),
00124     StartColour( BLACK ),
00125     EndColour( BLACK ),
00126     mpCurrentRamp( 0 )
00127 {
00128 }

AI5Gradient::~AI5Gradient  )  [virtual]
 

Definition at line 131 of file ai_grad.cpp.

00132 {
00133     delete mpCurrentRamp;
00134     mpCurrentRamp = 0;
00135 }


Member Data Documentation

DocColour AI5Gradient::EndColour
 

Definition at line 151 of file ai_grad.h.

BOOL AI5Gradient::IsRadial
 

Definition at line 149 of file ai_grad.h.

INT32 AI5Gradient::midPoint
 

Definition at line 154 of file ai_grad.h.

ColourRamp* AI5Gradient::mpCurrentRamp
 

Definition at line 152 of file ai_grad.h.

AIHighlight* AI5Gradient::mpHighlight
 

Definition at line 153 of file ai_grad.h.

String_64 AI5Gradient::Name
 

Definition at line 148 of file ai_grad.h.

DocColour AI5Gradient::StartColour
 

Definition at line 150 of file ai_grad.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:49:52 2007 for Camelot by  doxygen 1.4.4