Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdExGiRasterImage::setPalColorAt Method
Syntax
C++
void setPalColorAt(OdUInt32 paletteIndex, OdUInt8 blue, OdUInt8 green, OdUInt8 red, OdUInt8 alpha = 0);

Sets the specified color in the palette of this RasterImage object. 

 

Parameters
Description
paletteIndex
[in] Color number.
blue
[in] Blue component.
green
[in] Green component.
red
[in] Red component.
alpha
[in] Alpha component.
Copyright © 2002-2022. Open Design Alliance All rights reserved.