Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Mischfarb() |
||||||
|---|---|---|---|---|---|---|---|
| Examples | ![]() Farb orange = Farb(204, 102, 0); Farb blue = Farb(0, 102, 153); Farb orangeblueadd = Mischfarb(orange, blue, ADD); Hintergrund(51); kei_Liniefarb(); Fuellfarb(orange); Viereck(14, 20, 20, 60); Fuellfarb(orangeblueadd); Viereck(40, 20, 20, 60); Fuellfarb(blue); Viereck(66, 20, 20, 60); |
||||||
| Description | Blends two Farb values together based on the blending mode given as the MODE parameter. The possible modes are described in the reference for the misch() function. | ||||||
| Syntax | Mischfarb(c1, c2, MODE) |
||||||
| Parameters |
|
||||||
| Usage | Web & Application | ||||||
| Related | misch() Farb() |


