Table 6.33 — DRM_CMY_Colour

Property

Description

Class

  • <DRM CMY Colour>

Superclass

Subclass

  • None.

Definition

An instance of this DRM class specifies the actual cyan, magenta, and yellow data values for a colour defined within the CMY colour model. These values shall be in the range [0,0, 1,0].

NOTE  The CMY colour model is closely related to the RGB colour model. Cyan is the complement of red (cyan = 1,0 - red); magenta, of green (magenta = 1,0 - green); and yellow, of blue (yellow = 1,0 - blue)

The cmy_data field specifies the CMY colour coordinate. For a <DRM CMY Colour> instance with a <DRM CMY Colour Control Link> component, the value of the cmy_data field is obtained from the control link.

Class diagram

Figure 6.35 — DRM_CMY_Colour

Inherited field elements

Field name

Range

Field data type

None

   

Field elements

Field name

Range

Field data type

cmy_data

 

CMY_Data

Default field values

Default field values for DRM_CMY_Colour

Associated to (one-way) (inherited)

  • None.

Associated to (one-way)

  • None.

Associated by (one-way) (inherited)

  • None.

Associated by (one-way)

  • None.

Associated with (two-way) (inherited)

  • None.

Associated with (two-way)

  • None.

Composed of (two-way) (inherited)

  • None.

Composed of (two-way)

Composed of (two-way metadata) (inherited)

  • None.

Composed of (two-way metadata)

  • None.

Component of (two-way) (inherited)

Component of (two-way)

  • None.

Constraints

Clarifications

None.

Example(s)

  • A <DRM CMY Colour> instance representing pure black has a cmy_data field with a value of cyan = 1,0, magenta = 1,0, yellow = 1,0.

  • A <DRM CMY Colour> instance representing red has a cmy_data field with a value of cyan = 0,0, magenta = 1,0, yellow = 1,0.