mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 22:40:38 +02:00
Added Topics to color.scad
This commit is contained in:
@@ -118,6 +118,7 @@ module rainbow(list, stride=1, maxhues, shuffle=false, seed)
|
|||||||
// Function&Module: hsl()
|
// Function&Module: hsl()
|
||||||
// Synopsis: Sets the color of children to a specified hue, saturation, lightness and optional alpha channel value.
|
// Synopsis: Sets the color of children to a specified hue, saturation, lightness and optional alpha channel value.
|
||||||
// See Also: hsv(), recolor(), color_this()
|
// See Also: hsv(), recolor(), color_this()
|
||||||
|
// Topics: Colors, Colorspace
|
||||||
// Usage:
|
// Usage:
|
||||||
// hsl(h,[s],[l],[a]) CHILDREN;
|
// hsl(h,[s],[l],[a]) CHILDREN;
|
||||||
// rgb = hsl(h,[s],[l],[a]);
|
// rgb = hsl(h,[s],[l],[a]);
|
||||||
@@ -155,6 +156,7 @@ module hsl(h,s=1,l=0.5,a=1)
|
|||||||
// Function&Module: hsv()
|
// Function&Module: hsv()
|
||||||
// Synopsis: Sets the color of children to a hue, saturation, value and optional alpha channel value.
|
// Synopsis: Sets the color of children to a hue, saturation, value and optional alpha channel value.
|
||||||
// See Also: hsl(), recolor(), color_this()
|
// See Also: hsl(), recolor(), color_this()
|
||||||
|
// Topics: Colors, Colorspace
|
||||||
// Usage:
|
// Usage:
|
||||||
// hsv(h,[s],[v],[a]) CHILDREN;
|
// hsv(h,[s],[v],[a]) CHILDREN;
|
||||||
// rgb = hsv(h,[s],[v],[a]);
|
// rgb = hsv(h,[s],[v],[a]);
|
||||||
|
Reference in New Issue
Block a user