GIMP/Programowanie/Mathmap: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 127:
* hsva (HSVA Color )
 
'''Jednolity''' kolor RGB obrazu :
filter blue ()
rgbColor(0, 0, 1)
end
 
'''Gradient''' szary :
 
filter gray ()
 
p=abs(x); # x is changing from -1 to 1
 
rgbColor(p,p,p) # color component is proportional to x
 
end
 
=====Obraz =====