diff options
Diffstat (limited to 'color.txi')
-rwxr-xr-x[-rw-r--r--] | color.txi | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/color.txi b/color.txi index 101bc7b..0fa2dde 100644..100755 --- a/color.txi +++ b/color.txi @@ -108,7 +108,8 @@ then @code{l*a*b*->color} returns the color specified by @var{L*a*b*}; otherwise Returns the L*a*b* color composed of @var{L*}, @var{a*}, @var{b*} with @var{white-point}. -@defunx color:l*a*b* L* a* b* +@end defun +@defun color:l*a*b* L* a* b* Returns the L*a*b* color composed of @var{L*}, @var{a*}, @var{b*}. If the coordinates do not encode a valid L*a*b* color, then an error is signaled. @end defun @@ -118,7 +119,8 @@ do not encode a valid L*a*b* color, then an error is signaled. Returns the list of 3 numbers encoding @var{color} in L*a*b* with @var{white-point}. -@defunx color->l*a*b* color +@end defun +@defun color->l*a*b* color Returns the list of 3 numbers encoding @var{color} in L*a*b*. @end defun @@ -139,7 +141,8 @@ then @code{l*u*v*->color} returns the color specified by @var{L*u*v*}; otherwise Returns the L*u*v* color composed of @var{L*}, @var{u*}, @var{v*} with @var{white-point}. -@defunx color:l*u*v* L* u* v* +@end defun +@defun color:l*u*v* L* u* v* Returns the L*u*v* color composed of @var{L*}, @var{u*}, @var{v*}. If the coordinates do not encode a valid L*u*v* color, then an error is signaled. @end defun @@ -149,7 +152,8 @@ do not encode a valid L*u*v* color, then an error is signaled. Returns the list of 3 numbers encoding @var{color} in L*u*v* with @var{white-point}. -@defunx color->l*u*v* color +@end defun +@defun color->l*u*v* color Returns the list of 3 numbers encoding @var{color} in L*u*v*. @end defun @@ -207,7 +211,8 @@ then @code{l*c*h->color} returns the color specified by @var{L*C*h}; otherwise r Returns the L*C*h color composed of @var{L*}, @var{C*}, @var{h} with @var{white-point}. -@defunx color:l*c*h L* C* h +@end defun +@defun color:l*c*h L* C* h Returns the L*C*h color composed of @var{L*}, @var{C*}, @var{h}. If the coordinates do not encode a valid L*C*h color, then an error is signaled. @end defun @@ -217,7 +222,8 @@ do not encode a valid L*C*h color, then an error is signaled. Returns the list of 3 numbers encoding @var{color} in L*C*h with @var{white-point}. -@defunx color->l*c*h color +@end defun +@defun color->l*c*h color Returns the list of 3 numbers encoding @var{color} in L*C*h. @end defun @@ -327,10 +333,12 @@ specified by @var{rgb}; otherwise returns #f. Returns the e-sRGB10 color composed of integers @var{r}, @var{g}, @var{b}. -@defunx color:e-srgb 12 r g b +@end defun +@defun color:e-srgb 12 r g b Returns the e-sRGB12 color composed of integers @var{r}, @var{g}, @var{b}. -@defunx color:e-srgb 16 r g b +@end defun +@defun color:e-srgb 16 r g b Returns the e-sRGB16 color composed of integers @var{r}, @var{g}, @var{b}. If the coordinates do not encode a valid e-sRGB color, then an error is signaled. |