Метод | Описание | |
---|---|---|
ToArgb ( this color ) : int |
Converts a SharpDX Color to
|
|
ToRgba ( this color ) : int |
Converts a System Color to
|
|
ToSharpDxColor ( this color ) : Color |
Converts a System Color to a SharpDX Color.
|
|
ToSystemColor ( this color ) : global::System.Drawing.Color |
Converts a SharpDX Color to a System Color.
|
public static ToArgb ( this color ) : int | ||
color | this | /// The color /// |
Результат | int |
public static ToRgba ( this color ) : int | ||
color | this | /// The color /// |
Результат | int |
public static ToSharpDxColor ( this color ) : Color | ||
color | this | /// The color. /// |
Результат | Color |
public static ToSystemColor ( this color ) : global::System.Drawing.Color | ||
color | this | /// The color. /// |
Результат | global::System.Drawing.Color |