Functions | |
void | Show_Color_Map_Length (int *value) |
void | PShow_Net_Color_Map_Length (int count, HC_KEY const *keys, int *value) |
void Show_Color_Map_Length | ( | int * | value | ) |
Returns the size of the color map that has been set on the currently open segment.
value | The size of the color map associated with this segment. Passed by reference. Returned to user. |
void PShow_Net_Color_Map_Length | ( | int | count, | |
HC_KEY const * | keys, | |||
int * | value | |||
) |
Similar to Show_Color_Map_Length but returns the size of the net effective color map along a discrete segment path.
count | The size of pathkeys. | |
keys | An array of HC_KEY's delineating a path of segments. | |
value | The size of the color map associated with this segment. Passed by reference. Returned to user. |
By default, HOOPS will determine the Net attribute from the last specified key all the way to the root. If you add -1 at the end of the array, the PShow_Net routines will not proceed beyond the end of the last specified key.
For other details, see Show_Color_Map_Length().