8.12.3.2 IfcColourRgb
RV ⓘ
AbV ⓘ
8.12.3.2.1 Semantic definition
8.12.3.2.2 Entity inheritance
-
- IfcColourSpecification
- IfcColourRgbList
- IfcCurveStyleFont
- IfcCurveStyleFontAndScaling
- IfcCurveStyleFontPattern
- IfcIndexedColourMap
- IfcPreDefinedItem
- IfcSurfaceStyleLighting
- IfcSurfaceStyleRefraction
- IfcSurfaceStyleShading
- IfcSurfaceStyleWithTextures
- IfcSurfaceTexture
- IfcTextStyleForDefinedFont
- IfcTextStyleTextModel
- IfcTextureCoordinate
- IfcTextureVertex
- IfcTextureVertexList
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. |
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;