diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-29 20:18:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-29 20:18:01 +0800 |
commit | 191cc8c2343f2a17c66903072c41d5fa3190b2c1 (patch) | |
tree | 016f352306b5254eda4b2beb35e7fdaa1e36fd90 /print/Makefile | |
parent | 94662dc8c920f94a1d0452ed7438076c509b480f (diff) | |
download | freebsd-ports-gnome-191cc8c2343f2a17c66903072c41d5fa3190b2c1.tar.gz freebsd-ports-gnome-191cc8c2343f2a17c66903072c41d5fa3190b2c1.tar.zst freebsd-ports-gnome-191cc8c2343f2a17c66903072c41d5fa3190b2c1.zip |
The capabilities of the Color library are limited to pure mathematical
manipulation of the colours based on colour theory without reference to colour
profiles (such as sRGB or Adobe RGB). For most purposes, when working with the
RGB and HSL colours, this won't matter. However, some colour models (like CIE
L*a*b*) are not supported because Color does not yet support colour profiles,
giving no meaningful way to convert colours in absolute colour spaces (like
L*a*b*, XYZ) to non-absolute colour spaces (like RGB).
WWW: http://rubyforge.org/projects/color/
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 5f13d336623d..fff1882f16b9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -292,6 +292,7 @@ SUBDIR += ruby-gnomeprint SUBDIR += ruby-panda SUBDIR += ruby-pdflib + SUBDIR += rubygem-color SUBDIR += rubygem-colortools SUBDIR += rubygem-pdfwriter SUBDIR += scribus |