Table 6.221 — DRM_RGB_Colour_Control_Link
Property |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Class |
|
||||||||||||
Superclass |
|||||||||||||
Subclass |
|
||||||||||||
Definition |
The specialized <DRM Control Link> used to provide the connection between an ordered aggregation of <DRM Expressions> and the target fields of an <DRM RGB Colour>. The red_expr_index field is a 1-based index into the ordered aggregation of <DRM Expressions>, and is used to select the specific <DRM Expression> that controls the value of <DRM RGB Colour>'s rgb_data.red field. The green_expr_index field is a 1-based index into the ordered aggregation of <DRM Expressions>, and is used to select the specific <DRM Expression> that controls the value of <DRM RGB Colour>'s rgb_data.green field. The blue_expr_index field is a 1-based index into the ordered aggregation of <DRM Expressions>, and is used to select the specific <DRM Expression> that controls the value of <DRM RGB Colour>'s rgb_data.blue field. |
||||||||||||
Class diagram |
|||||||||||||
Inherited field elements |
|
||||||||||||
Field elements |
|
||||||||||||
Associated to (one-way) (inherited) |
|
||||||||||||
Associated to (one-way) |
|
||||||||||||
Associated by (one-way) (inherited) |
|
||||||||||||
Associated by (one-way) |
|
||||||||||||
Associated with (two-way) (inherited) |
|
||||||||||||
Associated with (two-way) |
|
||||||||||||
Composed of (two-way) (inherited) |
|
||||||||||||
Composed of (two-way metadata) (inherited) |
|
||||||||||||
Composed of (two-way metadata) |
|
||||||||||||
Component of (two-way) (inherited) |
|
||||||||||||
Component of (two-way) |
|
||||||||||||
Constraints |
|||||||||||||
Clarifications |
1 This is a text description of the given <DRM Control Link> instance's purpose. 2 This value specifies which <DRM Expression> component, if any, controls the rgb_data. red field value of the affected <DRM RGB Colour> instances. If the value is zero, the rgb_data. redfield of those instances is not controlled. 3 This value specifies which <DRM Expression> component, if any, controls the rgb_data. green field value of the affected <DRM RGB Colour> instances. If the value is zero, the rgb_data. greenfield of those instances is not controlled. 4 This value specifies which <DRM Expression> component, if any, controls the rgb_data. blue field value of the affected <DRM RGB Colour> instances. If the value is zero, the rgb_data. bluefield of those instances is not controlled. |
||||||||||||
Example(s) |
See the example for <DRM CMY Colour Control Link>, which is analogous to how this class is used. |