Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IfcColourRgbList::getColourList Method
Syntax
C++
void getColourList(OdArray<OdArray<double > >& ColourList) const;

Sets the value of ColourList attribute. This attribute represents a list of colours defined by the red, green, blue components. All values are provided as a ratio of 0.0 ≤ value ≤ 1.0. When using 8bit for each colour channel, a value of 0.0 equals 0, a value of 1.0 equals 255, and values between are interpolated.

Parameters
Description
ColourList
[out] Receives the colour list.
Copyright © 2002-2022. Open Design Alliance All rights reserved.