Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Helligkeit() |
||
|---|---|---|---|
| Examples | ![]() kei_Liniefarb(); Farbmodus(HSB, 255); Farb c = Farb(0, 126, 255); Fuellfarb(c); Viereck(15, 20, 35, 60); Komazahl value = Helligkeit(c); // Sets "value" to "255" Fuellfarb(value); Viereck(50, 20, 35, 60); |
||
| Description | Extracts the brightness value from a Farb. | ||
| Syntax | Helligkeit(Farb) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | rot() grueen() blau() farbton() Saettigung() |


