This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 7e9e270e7fb4be007cd4027fa7130ac079bc8fd2 (commit) from 4224d32b5a4eddd8751d8fd7fbc02dab74df125f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/7e9e270e7fb4be007cd4027fa7130ac079bc8...
commit 7e9e270e7fb4be007cd4027fa7130ac079bc8fd2 Author: Jiri BlueBear Dluhos jiri.bluebear.dluhos@gmail.com Date: Mon May 7 17:54:10 2012 +0200
Added new color values to the docs.
diff --git a/doc/basic_types.txt b/doc/basic_types.txt index cab5435..f02688a 100644 --- a/doc/basic_types.txt +++ b/doc/basic_types.txt @@ -32,17 +32,24 @@ The 'GP_Color' enum is defined as follows: -------------------------------------------------------------------------------- typedef enum GP_Color { GP_COL_INVALID = -1, + + /* full-intensity RGB and CMYK */ GP_COL_BLACK, GP_COL_RED, GP_COL_GREEN, GP_COL_BLUE, GP_COL_YELLOW, + GP_COL_CYAN, + GP_COL_MAGENTA, + + /* various common mixes */ GP_COL_BROWN, GP_COL_ORANGE, - GP_COL_GRAY_DARK, + GP_COL_GRAY_DARK, /* exactly half RGB values of white */ GP_COL_GRAY_LIGHT, GP_COL_PURPLE, - GP_COL_WHITE, + + GP_COL_WHITE, /* full-intensity white */ GP_COL_MAX, } GP_Color; --------------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes: doc/basic_types.txt | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.