Declaration

func readColor(_ line: UnsafePointer<CChar>!, _ pos: UnsafeMutablePointer<UInt>!, _ format: GSFormatVersion) -> NSColor!

Declaration

NSColor *readColor(const char *line, NSUInteger *pos, GSFormatVersion format);

Declaration

readColor(line: str, pos: int, format: GSFormatVersion) -> NSColor

See Also

Values