B

Color.B property

Gets the blue component value of the color.

public byte B { get; }

Property Value

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

See Also