VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(B) |
(I/B) |
(B) |
Description
Returns a color in RGBA format which can be used to define a COLOR property of a Visual Adelia graphical object.
This color includes an alpha channel specifying the transparency. This type of color can only be used with Adelia Cloud (see managing colors and transparency).
Syntax
Result = &RGBA(R;G;B;A)
Parameters
Definition | Content | Controls | |
Result | NUM_BIN_4 type variable | ||
R | Numerical variable or constant | Red component (between 0 and 255) | Mandatory parameter |
G | Numerical variable or constant | Green component (between 0 and 255) | Mandatory parameter |
B | Numerical variable or constant | Blue component (between 0 and 255) | Mandatory parameter |
A | Numerical variable or constant | Alpha channel (opacity, between 0 and 255) | Mandatory parameter |
For example
* Red color
WRedColSemiTransparent = &RGBA(255;0;0;127)
List of predefined functions by topic
↑ Top of page Copyrights Ι ©Hardis Group 2025 - Any partial or total reproduction of the content, not expressly authorized by Hardis Group, is strictly prohibited.