|
REALbasic Actions Library v1.0
Description: Actions in this Library convert color swatches
into REALbasic programming language syntax that can be inserted or dragged
and dropped into REALbasics' code editor.
Actions in this Library convert colors into ' &c' operator
hexadecimal color syntax, RGB and CMY function syntax.
Supported Applications: REALbasic Version 3.0 or greater.
Actions
| Name |
Description |
 |
&c Operator Color |
Inserts &c operator hexadecimal color syntax. For example, '&c003366'. |
 |
RGB() Function |
Inserts RGB Color function syntax. For example, 'RGB(255,142,56)'. |
 |
CMY() Function |
Inserts CMY Color function syntax. For example, 'CMY(0.35,0.9,0.6)'. |
 |
&c Operator Color |
Drag and drop &c operator hexadecimal color syntax. For example,
'&c003366'. |
 |
RGB() Function |
Drag and drop RGB Color function syntax. For example, 'RGB(255,142,56)'. |
 |
CMY() Function |
Drag and drop CMY Color function syntax. For example, 'CMY(0.35,0.9,0.6)'. |
|