Share via


Blue Property [Visio 2003 SDK Documentation]

Gets or sets the intensity of the blue component of a Color object.

intRet = object**.Blue**

object**.Blue** = intVal

intRet     Integer. The current value of the color's blue component.

object     Required. An expression that returns a Color object.

intVal     Required Integer. The new value of the color's blue component.

Version added

4.0

Remarks

The Blue property can be a value from 0 to 255.

A color is represented by red, green, and blue components. It also has a flag that indicates how the color is to be used. These correspond to members of the Microsoft Windows PALETTEENTRY data structure. For details, search for "PALETTEENTRY" in the Microsoft Platform SDK on MSDN, the Microsoft Developer Network.

Applies to | Color object

See Also | Flags property | Green property | PaletteEntry property | Red property