Table of Contents

Property R

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

R

Gets the red component value of this Color structure.

[Browsable(false)]
public byte R { get; }

Property Value

byte

The red component value of this Color.

Remarks

The color of each pixel is represented as a 32-bit number: 8 bits each for alpha, red, green, and blue (ARGB). Each of the four components is a number from 0 through 255, with 0 representing no intensity and 255 representing full intensity. Likewise, R is a value from 0 to 255 with 0 representing no red and 255 representing fully red.