Hi to all,
I'm using the SetHighLightColor method to set the highlithing color. However this method use as input a Quantity_NameOfColor variable.
How can i use a Quantity_Color or a RGB tripletes?
Svetlozar Kostadinov Wed, 12/19/2007 - 12:32
Use either:
Quantity_Color::Name() or
static Quantity_Color::Name(R,G,B)
Both of them return Quantity_NameOfColor.
Wed, 12/19/2007 - 12:32
Use either:
Quantity_Color::Name() or
static Quantity_Color::Name(R,G,B)
Both of them return Quantity_NameOfColor.