Products Downloads


French version


 

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

Red component (between 0 and 255)


Mandatory parameter.

G

Green component (between 0 and 255)


Mandatory parameter.

B

Blue component (between 0 and 255)


Mandatory parameter.

AAlpha 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


  • Aucune étiquette