Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Saettigung()

Examples
example pic
kei_Liniefarb();
Farbmodus(HSB, 255);
Farb c = Farb(0, 126, 255);
Fuellfarb(c);
Viereck(15, 20, 35, 60);
Komazahl  value = Saettigung(c);  // Sets "value" to "126"
Fuellfarb(value);
Viereck(50, 20, 35, 60);
Description Extracts the saturation value from a Farb.
Syntax
Saettigung(Farb)
Parameters
Farb any value of the Farb datatype
Usage Web & Application
Related rot()
grueen()
blau()
farbton()
Helligkeit()
Stefan Baltensperger 2009

Creative Commons License