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.
| SE_STRING | description; | (notes) |
|---|
| SE_UINT32 | hue_expr_index; | (notes) |
|---|---|---|
| SE_UINT32 | saturation_expr_index; | (notes) |
| SE_UINT32 | value_expr_index; | (notes) |
A text description of what the Control_Link is for
index of the expression whose value controls the hue field of the affected <HSV Color>. If 0, the hue field is not controlled.
index of the expression whose value controls the saturation field of the affected <HSV Color>. If 0, the saturation field is not controlled.
index of the expression whose value controls the value field of the affected <HSV Color>. If 0, the value field is not controlled.