mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-31 03:40:34 +05:00
Color Number (Color Group) parameter is returned for compatibility
This commit is contained in:
parent
a559deb655
commit
dbacb15bb5
@ -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();
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user