From 950d6181e32222c659df5720752dc43f0e92b8b6 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 18 Nov 2008 13:15:46 +0000 Subject: *** empty log message *** --- include/im_colorhsi.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') 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); -- cgit v1.2.3