Class Name: HSV 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 HSV Color.

The hue_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 HSV Color's hsv_data.hue field.

The saturation_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 HSV Color's hsv_data.saturation field.

The value_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 HSV Color's hsv_data.value 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 hue_expr_index; (notes)
SE_UINT32 saturation_expr_index; (notes)
SE_UINT32 value_expr_index; (notes)

Notes

Fields Notes

description

 A text description of what the Control_Link is for

hue_expr_index

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

saturation_expr_index

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

value_expr_index

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

Prev: HSV Color. Next: Hierarchical Table. Up:Index.