| Did you know ... | Search Documentation: |
| colour<-saturnation |
<-hue
selects the basic colour (think of it as a position on the rainbow);<-saturnation
is how intense the colour is â 0 is grey, 100 is fully saturated;<-value
is brightness â 0 is black, 100 is white. HSV is more convenient than
RGB for shading and palette arithmetic. Colours may be created in this
space via
colour->initialise
with model=hsv. Reasoning in colour spaces is beyond the
scope of this manual.