summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/im_colorhsi.h7
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);