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


