Color Number (Color Group) parameter is returned for compatibility

This commit is contained in:
ouv 2007-11-16 12:34:08 +00:00
parent a559deb655
commit dbacb15bb5

View File

@ -95,6 +95,18 @@ module SMESH
* Returns group color
*/
SALOMEDS::Color GetColor();
/*!
* Sets group color number
* (corresponds to the "hue" parameter of the color - must be in range [0, 360])
*/
void SetColorNumber( in long color );
/*!
* Returns group color number (obsolete - use GetColor instead)
* (corresponds to the "hue" parameter of the color - must be in range [0, 360])
*/
long GetColorNumber();
};
/*!