From fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 19 Jul 2020 22:02:52 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3897 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- libppm.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libppm.html') diff --git a/libppm.html b/libppm.html index 989fa3ae..a2b06db0 100644 --- a/libppm.html +++ b/libppm.html @@ -499,20 +499,20 @@ color dictionary.

ppm_parsecolor() interprets a color specification and returns a pixel of the color that it indicates. It is the same as -pnm_parsecolor, except that it +pnm_parsecolor, except that it returns a pixel instead of a tuple.

ppm_parsecolor2

ppm_parsecolor2() interprets a color specification and returns a pixel of the color that it indicates and warns about rounding. It is the same -as pnm_parsecolor2, except +as pnm_parsecolor2, except that it returns a pixel instead of a tuple.

ppm_colorname

ppm_colorname() returns a string that describes the color -of the given pixel. If a system color dictionary +of the given pixel. If a system color dictionary is available and the color appears in it, ppm_colorname() returns the name of the color from the file. If the color does not appear in a system color dictionary and hexok is true, -- cgit 1.4.1