52 bool GetColorList(
size_t& aListSize,
SGCOLOR*& aColorList );
53 bool SetColorList(
size_t aListSize,
const SGCOLOR* aColorList );
54 bool AddColor(
double aRedValue,
double aGreenValue,
double aBlueValue );
55 bool AddColor(
const SGCOLOR& aColor );
IFSG_COLORS is the wrapper for SGCOLORS.
IFSG_NODE represents the base class of all DLL-safe Scene Graph nodes.
virtual bool NewNode(SGNODE *aParent)=0
Function NewNode creates a new node to associate with this wrapper.
virtual bool Attach(SGNODE *aNode)=0
Function Attach associates a given SGNODE* with this wrapper.
The base class of all Scene Graph nodes.
defines the wrapper of the base class SG_NODE