ColorExtensions.ToInt(Color) Method

Definition

Converts the current color to an interger

public static int ToInt (this System.Drawing.Color color);

Parameters

color
Color

The color to convert

Returns

The color as an integer

Applies to