IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.12.3.2 IfcColourRgb

RV ⓘ
AbV ⓘ

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)
Click to show 1 hidden 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.E

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