Hi:
See the electronic help:
ColorRGB() Summary
Creates a color based on the amounts of red, green and blue.


Changes
In Version 2012 added optional alpha (opacity).


Syntax
c = ColorRGB(integer red, integer green, integer blue [, integer 
alpha])



Argument

Contents

red

The amount of red saturation, between 0 (minimum) and 65535  (maximum)

green

The amount of green saturation, between 0 and 65535

blue

The amount of blue saturation, between 0 and 65535

alpha

The amount of opacity, from 0 (clear) to 65535 (completely  opaque, the
default)

Maptitude Mapping Software <http://www.caliper.com>   Group Moderator

--- In [email protected], Ivan Marcelo Ferreira
<ivan.marcelo.ferreira@...> wrote:
>
> Does anyone know how to generate a  RGB color with opacity?
> For example, how can I generate a RGB color using this properties:
> (0,16384,0,21626)
>
> Thanks
>

Reply via email to