IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.12.3.2 IfcColourRgb

AbRV ⓘ
RV ⓘ

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.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

Edit on Github


Is this page difficult to understand? Let us know!