parse


Description:

public int parse (string input) throws ParseError

Parse the string representation of a color

Parameters:

input

the string representation of the color

Returns:

the color index

Exceptions:

ParseError.INVALID_INTEGER

not a valid number

ParseError.OUT_OF_RANGE

input outside 32 bit integer


Namespace: Geda3.Color
Package: Gschem3