Red property

Microsoft Visio Developer Reference

Red property

   Example   

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

Version added

4.0

Syntax

intRet = object.Red
object.Red = intVal

intRet

Integer. The current value of the color's red component.

object

Required. An expression that returns a Color object.

intVal

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

Remarks

The Red property can be a value from zero (0) to 255.

A color is represented by red, green, and blue components. It also has flags that indicate 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 the Microsoft Developer Network (MSDN) Web site.