RGBA function
Red
The red color component. Must be between 0 and 255 (inclusive).
Green
The green color component. Must be between 0 and 255 (inclusive).
Blue
The blue color component. Must be between 0 and 255 (inclusive).
Alpha
The alpha value. Must be between 0 and 1 (inclusive). 0 means that the color is fully transparent and 1 means that the color is fully opaque.
Returns
A color based on the given color components.
Returns a color based on the given color components according to the Red-Green-Blue-Alpha (RGBA) color model.
This function is Calcapp-specific.
Examples
Returns a half-transparent color corresponding to Color.RedColor,Red.
Returns the array { Color.Red, Color.Green, Color.Blue }{ Color,Red; Color,Green; Color,Blue }, where all colors are fully opaque.