- Set AllColors
AllColors
The predefined set AllColors contains the names of all users colors
associated with an AIMMS project.
Set AllColors {
Index : IndexColors;
}
Definition
The contents of the set
AllColorsis the collection of all user colors defined for a particular project through the User Colors dialog box.
Updatability
The contents of the set can only be modified through the User Colors dialog box, or programmatically through the functions
UserColorAddandUserColorDelete.
Note
The set AllColors is typically used to allow programmatic assignment
of colors to data displayed in the graphical end-user interface in a
data-driven manner.
See also
The use of user colors is explained in full detail in Setting colors within the model.