See Also Examples Applies To
Returns a single color value from a set of alpha, red, green, and blue color components.
Syntax
object.ARGB (nAlpha, nRed, nGreen, nBlue)
The ARGB syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nAlpha | Required. Long. Input alpha component value [0 - 255]. |
| nRed | Required. Long. Input red component value [0 - 255]. |
| nGreen | Required. Long. Input green component value [0 - 255]. |
| nBlue | Required. Long. Input blue component value [0 - 255]. |
Returns
Long. ARGB color value.
Category
Color System Convertions