| Name | Type | Description |
|---|---|---|
| ColorModel |
Long
|
|
| V1 |
Long
|
|
| V2 |
Long
|
Specifies the numeric variable that is assigned to the second color component of the selected color model. |
| V3 |
Long
|
Specifies the numeric variable that is assigned to the third color component of the selected color model. |
| V4 |
Long
|
Specifies the numeric variable that is assigned to the fourth color component of the selected color model. |
| V5 |
Long
|
Specifies the numeric variable that is assigned to the fifth color component of the selected color model. |
| V6 |
Long
|
Specifies the numeric variable that is assigned to the sixth color component of the selected color model. |
| V7 |
Long
|
Specifies the numeric variable that is assigned to the seventh color component of the selected color model. |
Sub Test() ActiveDocument.ActivePage.Color.CorelScriptAssign 5005, 255, 0, 0 End Sub