Sets the color at the specific index on the Fill | Color tab of the Object Properties dialog for type Array, Threshold and Gradient.
Syntax
PropertiesFillColourColourPutEx(Index, OnColourNo, OffColourNo, Limit, Operator)
Index:
Specify the index you want to read the current color for. This values depends on the type of color fill selected:
OnColourNo:
An RGB value representing the "on" color applied to the Index setting.
OffColourNo:
An RGB value representing the "off" color applied to the Index setting.
Limit:
A value between 0 and 100 representing the threshold limit. Used for type Threshold only.
Operator:
The value representing the current operator used for the threshold limit setting:
Return Value
0 (zero) if successful, otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.
Related Functions
PropertiesFillColourColourGetEx, PropertiesFillColourPut
Published June 2018