40 #ifndef _colourvalue_h
41 #define _colourvalue_h
112 Ogre::ColourValue GetOgreColourValue()
const;
119 void SetRedChannel(
const Real& Red);
122 Real GetRedChannel()
const;
125 void SetGreenChannel(
const Real& Green);
128 Real GetGreenChannel()
const;
131 void SetBlueChannel(
const Real& Blue);
134 Real GetBlueChannel()
const;
137 void SetAlphaChannel(
const Real& Alpha);
140 Real GetAlphaChannel()
const;
599 void ProtoSerialize(
XML::Node& CurrentRoot)
const;
602 void ProtoDeSerialize(
const XML::Node& OneNode);
605 static String SerializableName();