R

Color.R property

Gets the red component value of the color.

public byte R { get; }

Property Value

The red component of the color. Valid values are 0 through 255.

See Also