diff options
author | scuri <scuri> | 2008-11-18 13:15:46 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-11-18 13:15:46 +0000 |
commit | 950d6181e32222c659df5720752dc43f0e92b8b6 (patch) | |
tree | 2365c0aca49755d821226ce703ac3b5c1136a826 /include | |
parent | c2c3ee4f509d743a5924b38ed839ae72360a873a (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/im_colorhsi.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/im_colorhsi.h b/include/im_colorhsi.h index effb62a..9749002 100644 --- a/include/im_colorhsi.h +++ b/include/im_colorhsi.h @@ -19,20 +19,15 @@ extern "C" { * \par * "I" is defined along the cube diagonal. It ranges from 0 (black) to 1 (white). \n * HS are the polar coordinates of a plane normal to "I". \n - * "S" is the normal distance from the diagonal of the RGB cube. It ranges from 0 to Smax. \n + * "S" is the normal distance from the diagonal of the RGB cube. It ranges from 0 to 1. \n * "H" is the angle starting from the red vector, given in degrees. * \par * This is not a new color space, this is exactly the same gammut as RGB. \n - * Since it is still a cube, Smax depends on H. * \par * See \ref im_colorhsi.h * \ingroup color */ -/** Returns the maximum S for H (here in radians) and I. - * \ingroup hsi */ -float imColorHSI_Smax(float h, double cosh, double sinh, float i); - /** Returns I where S is maximum given H (here in radians). * \ingroup hsi */ float imColorHSI_ImaxS(float h, double cosh, double sinh); |