Home
last modified time | relevance | path

Searched refs:issRGB (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
Dcvtcolor.c34 component(const char *prog, const char *arg, int issRGB) in component() argument
39 if (ep <= arg || *ep || c > 65535 || (issRGB && c > 255)) in component()