CadEntityPutColor
Sets the colour of the entity.
void CadEntityPutColor (
YuHandle hEnt,
std::int32_t Color
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Color (std::int32_t)
- Colour value (see the function description: ACI palette index 1-255, or a
COLORREF0x00BBGGRR).
Return Value
None.