Components.GetBlue255
Extension Method in Components
Declaration
public static int GetBlue255(this Color color)
Description
Returns the blue component of the color in the range [0..255].
Parameters
color | The color to get the component from. |
Returns
int | The blue component of the color. |