Components.SetBlue255
Extension Method in Components
Declaration
public static void SetBlue255(this ref Color color, int blue)Description
Sets the blue component of the color to the given value.
Parameters
| color | The color to set the component on. |
| blue | The value to set the component to in the range [0..255]. |