diff options
Diffstat (limited to 'lib/pnm.h')
-rw-r--r-- | lib/pnm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pnm.h b/lib/pnm.h index f4469bf5..354eacf9 100644 --- a/lib/pnm.h +++ b/lib/pnm.h @@ -126,6 +126,11 @@ pnm_promoteformatrow(xel* xelrow, int cols, xelval maxval, int format, pixel xeltopixel(xel const inputxel); +xel +pnm_parsecolorxel(const char * const colorName, + xelval const maxval, + int const format); + #ifdef __cplusplus } #endif |