IFC 4.3.0.0 (IFC4X3) final

8.12.3.2 IfcColourRgb

8.12.3.2.1 Semantic definition

8.12.3.2.2 Entity inheritance

8.12.3.2.3 Attributes

# Attribute Type Description
IfcColourSpecification (1)
1 Name OPTIONAL IfcLabel

Optional name given to a particular colour specification in addition to the colour components (like the RGB values).

Click to show 1 hidden inherited attributes Click to hide 1 inherited attributes
IfcColourRgb (3)
2 Red IfcNormalisedRatioMeasure

The intensity of the red colour component.

3 Green IfcNormalisedRatioMeasure

The intensity of the green colour component.

4 Blue IfcNormalisedRatioMeasure

The intensity of the blue colour component.

Table 8.12.3.2.B

8.12.3.2.4 Examples

8.12.3.2.5 Formal representation

ENTITY IfcColourRgb
 SUBTYPE OF (IfcColourSpecification);
	Red : IfcNormalisedRatioMeasure;
	Green : IfcNormalisedRatioMeasure;
	Blue : IfcNormalisedRatioMeasure;
END_ENTITY;

8.12.3.2.6 References