Class Name: RGB Color Control Link

Superclass - Control Link

Definition

The specialized Control Link used to provide the connection between an ordered aggregation of Expressions and the target fields of an RGB Color.

The red_expr_index field is a 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that controls the value of RGB Color's rgb_data.red field.

The green_expr_index field is a 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that controls the value of RGB Color's rgb_data.green field.

The blue_expr_index field is a 1-based index into the ordered aggregation of Expressions, and is used to select the specific Expression that controls the value of RGB Color's rgb_data.blue field.

Primary Page in DRM Diagram:

Secondary Pages in DRM Diagram:

Example

--Example needed here --

FAQs

--FAQs needed here --

Constraints

None.

Composed of (two-way)(inherited)

Component of (two-way)

Inherited Field Elements

SE_STRING description; (notes)

Field Elements

SE_UINT32 red_expr_index; (notes)
SE_UINT32 green_expr_index; (notes)
SE_UINT32 blue_expr_index; (notes)

Notes

Fields Notes

description

 A text description of what the Control_Link is for

red_expr_index

 index of the expression whose value controls the red field of the
 affected <RGB Color>. If 0, the red field is not controlled.

green_expr_index

 index of the expression whose value controls the green field of the
 affected <RGB Color>. If 0, the green field is not controlled.

blue_expr_index

 index of the expression whose value controls the blue field of the
 affected <RGB Color>. If 0, the blue field is not controlled.

Prev: RGB Color. Next: Reference Origin. Up:Index.