color.saturation Function (For GPL Guides)
Note: If you are modifying the saturation for a graphic element (like a bar or point), refer to color.saturation Function (For GPL Graphic Elements) .
Syntax
color.saturation(color.saturation."saturation value")
"saturation value". A value between 0 and 1 that indicates the saturation level. A value of 1 indicates full saturation, while a value of 0 indicates no saturation (gray).
Description
Controls the saturation of reference lines.
Examples
GUIDE: form.line(position(*,2000), color.saturation(color.saturation."0.5"))