CColorRef:Set
The Set method initializes the red, green, and blue color members. Individual color members can be set directly as properties, as in rgb.R, rgb.G, and rgb.B for a CColorRef named rgb.
| 
 CColorRef:Set( R, G, B )  | 
    whereR,
G, and B
are numbers in the range 0 to 255.
The following script sets the values for all 3 color components:
| 
 | 
 -- create a new CColorRef  | 
| 
 | 
 -- set to orange  | 
| 
 | 
 -- result: Color: 255,100,0  | 
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.