ColorGetARGBFromARGBValue Method

See Also     Examples     Applies To

Gets alpha, red, green and a blue components from a long ARGB color value.

Syntax

object.ColorGetARGBFromARGBValue (nARGBValue, *nAlpha, *nRed, *nGreen, *nBlue)

The ColorGetARGBFromARGBValue syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
nARGBValue Required. Long.
*nAlpha Required. Byte. Output alpha component value [0 - 255].
*nRed Required. Byte. Output red component value [0 - 255].
*nGreen Required. Byte. Output green component value [0 - 255].
*nBlue Required. Byte. Output blue component value [0 - 255].

Category

Color System Convertions





© Copyright 2007 GdPicture All rights reserved.
Documentation MAP.