|
Action:
|
Modifies the default RGB color for newly-created entities.
|
|
|
Prototype:
|
outcome api_rh_set_default_rgb (
|
|
|
rgb_color color
|
// color to set
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
#include "rnd_husk/rgbcolor.hxx"
|
|
|
Description:
|
This API changes the default RGB color used when creating new entities. Use this color to display entities with no color attribute. It is also used when color is -1 in
api_rh_set_entity_color.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Read-only
|