C# Class ImageMagick.HexColor

Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
Parse ( string value ) : List

Private Methods

Method Description
ParseHex ( string value, int offset, int length ) : Byte
ParseHexQ8 ( string color, int offset ) : Byte
ParseQ16 ( string value ) : IEnumerable
ParseQ8 ( string value ) : IEnumerable

Method Details

Parse() public static method

public static Parse ( string value ) : List
value string
return List