Tangerine Support
Copy Top
Copty left Top

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
Output Action &c Operator Color Inserts &c operator hexadecimal color syntax. For example, '&c003366'.
Output Action RGB() Function Inserts RGB Color function syntax. For example, 'RGB(255,142,56)'.
Output Action CMY() Function Inserts CMY Color function syntax. For example, 'CMY(0.35,0.9,0.6)'.
Drag Action &c Operator Color Drag and drop &c operator hexadecimal color syntax. For example, '&c003366'.
Drag Action RGB() Function Drag and drop RGB Color function syntax. For example, 'RGB(255,142,56)'.
Drag Action CMY() Function Drag and drop CMY Color function syntax. For example, 'CMY(0.35,0.9,0.6)'.
Box Top Left Box Top Right
 
Tangerine Help Docs

Applying and Retrieving Colors in Your Applications


Tech SupportTech Support
We try to provide all the support you need right here on our website. However, you can email our customer support team at support@rightside.com.au. Please provide our customer support team with as much information about the issue as you can, that way we can respond to the problem accurately and efficiently.

 
Box Bottom Left Box Bottom Right
 
Copy Left Bottom Copy Right Bottom
Copy Top