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