Hi, Actually, I want to calculate the result color in a Delphi application. I want to draw a rectangle on Delphi colored by the color already with the opacity, but Delphi doesn't understand this property, so I need the result color without the alpha property.
There's any macro on Maptitude that returns just the result color? Thanks --- In [email protected], [email protected] wrote: > > 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 > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Maptitude/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/Maptitude/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
