Class ColorExtension
This class contains some extension to the Color class in Silverlight.
Inheritance
System.Object
ColorExtension
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public static class ColorExtension : Object
Fields
Black
Contains black color.
Declaration
public static Color Black
Field Value
Type |
---|
Windows.UI.Color |
Blue
Contains blue color.
Declaration
public static Color Blue
Field Value
Type |
---|
Windows.UI.Color |
ChartBackground
Chart background color.
Declaration
public static Color ChartBackground
Field Value
Type |
---|
Windows.UI.Color |
ChartForeground
Chart foreground color.
Declaration
public static Color ChartForeground
Field Value
Type |
---|
Windows.UI.Color |
ChartNeutral
Chart neutral color.
Declaration
public static Color ChartNeutral
Field Value
Type |
---|
Windows.UI.Color |
Cyan
Contains cyan color.
Declaration
public static Color Cyan
Field Value
Type |
---|
Windows.UI.Color |
DarkGray
Contains dark gray color.
Declaration
public static Color DarkGray
Field Value
Type |
---|
Windows.UI.Color |
Empty
Contains empty color.
Declaration
public static Color Empty
Field Value
Type |
---|
Windows.UI.Color |
Gray
Contains gray color.
Declaration
public static Color Gray
Field Value
Type |
---|
Windows.UI.Color |
Magenta
Contains magenta color.
Declaration
public static Color Magenta
Field Value
Type |
---|
Windows.UI.Color |
Red
Contains red color.
Declaration
public static Color Red
Field Value
Type |
---|
Windows.UI.Color |
White
Contains white color.
Declaration
public static Color White
Field Value
Type |
---|
Windows.UI.Color |
Yellow
Contains yellow color.
Declaration
public static Color Yellow
Field Value
Type |
---|
Windows.UI.Color |
Methods
FromArgb(Int32)
Converts Int32 value into Color.
Declaration
public static Color FromArgb(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | Value to convert. |
Returns
Type | Description |
---|---|
Windows.UI.Color | Converted value. |
FromName(String)
Declaration
public static Color FromName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type |
---|
Windows.UI.Color |
ToArgb(Color)
Declaration
public static int ToArgb(this Color color)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Color | color |
Returns
Type |
---|
System.Int32 |