fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
516 B
Text
7 lines
516 B
Text
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).
|