Table 6.225 — DRM_RGB_Colour_Control_Link

Property

Description

Class

  • <DRM RGB Colour Control Link>

Superclass

Subclass

  • None.

Definition

An instance of this DRM class is a specialized <DRM Control Link> instance used to provide the connection between an ordered aggregation of <DRM Expression> instances and the target fields of one or more <DRM RGB Colour> instances.

The red_expression_index field is a 1-based index into the ordered aggregation of <DRM Expression> instances, and is used to select the specific <DRM Expression> instance (if any) that controls the target <DRM RGB Colour> instances’ rgb_data.red field values. If the value is zero, the rgb_data. redfield of those instances is not controlled.

The green_expression_index field is a 1-based index into the ordered aggregation of <DRM Expression> instances, and is used to select the specific <DRM Expression> instance (if any) that controls the target <DRM RGB Colour> instances’ rgb_data.green field values. If the value is zero, the rgb_data. greenfield of those instances is not controlled.

The blue_expression_index field is a 1-based index into the ordered aggregation of <DRM Expression> instances, and is used to select the specific <DRM Expression> instance (if any) that controls the target <DRM RGB Colour> instances’ rgb_data.blue field values. If the value is zero, the rgb_data. bluefield of those instances is not controlled.

Clarifications

None.

Class diagram

Figure 6.270 — DRM_RGB_Colour_Control_Link

Inherited field elements

Field name

Range

Field data type

description

 

String

Field elements

Field name

Range

Field data type

red_expression_index

 

Integer_Unsigned

green_expression_index

 

Integer_Unsigned

blue_expression_index

 

Integer_Unsigned

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)

Composed of (two-way)

  • None.

Composed of (two-way metadata) (inherited)

  • None.

Composed of (two-way metadata)

  • None.

Component of (two-way) (inherited)

  • None.

Component of (two-way)

Constraints

Example(s)

See the example for <DRM CMY Colour Control Link>, which is analogous to how this class is used.