ColorGetRGBFromRGBValue Method

See Also     Examples     Applies To

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

Syntax

object.ColorGetRGBFromRGBValue (nRGBValue, *nRed, *nGreen, *nBlue)

The ColorGetRGBFromRGBValue syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
nRGBValue Required. Long. Input long RGB color value.
*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.