C# Class ColorExtention, Wordpress-Client

Mostrar archivo Open project: fpt-software/Wordpress-Client Class Usage Examples

Public Methods

Method Description
ColorFromHex ( this color, nint, hexValue ) : UIColor
ColorRGBAFromHex ( this color, uint hexValue ) : UIColor

Method Details

ColorFromHex() public static method

public static ColorFromHex ( this color, nint, hexValue ) : UIColor
color this
hexValue nint,
return UIColor

ColorRGBAFromHex() public static method

public static ColorRGBAFromHex ( this color, uint hexValue ) : UIColor
color this
hexValue uint
return UIColor