GetColor
Previous  Next

Returns the semitransparent color.
Syntax: GetColor (Alpha As Int32, Color As Color) As Int32
Alpha - A value between 0 to 255. 0 represents a transparent color and 255 a solid color.

Example:
Button1.Color = Clr.GetColor(0,cBlack) 'Transparent color