Description:
Returns a color.
Notes:
Parameters
Red (This is a integer value to represent the value for Red in the color.)
Green (This is a integer value to represent the value for Green in the color.)
Blue (This is an integer value to represent the value for Blue in the color.)
This example would change the color of the currently selected item to a lavender color. Copy and paste the code into a new PlanSwift script.
Pascal Example:
SetItemColor(CurrentItem, RGB(230,230,250));
Visual Basic Example:
SetItemColor(CurrentItem, RGB(230,230,250));
Enterprise and Developer editions