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