Canvas Image: Difference between revisions

Jump to navigation Jump to search
m
Line 50: Line 50:
== fill ==
== fill ==


* '''Format''': <color> (#rrggbb, rbg(r,g,b), rgba(r,g,b,a) [r,g,b -> 0-255; a -> 0.0-1.0])
* '''Format''': <color> (#rrggbb | rgb(r, g, b) | rgba(r, g, b, a))
* '''Default''': #ffffff (white)
where r, g, b must be in range 0 - 255 and a must be in range 0.0 - 1.0.
*'''Default''': #ffffff (white)


Image background color. Each pixel is modulated with the background color. If the image shall be displayed unchanged use white as background color.
Image background color. Each pixel is modulated with the background color. If the image shall be displayed unchanged use white as background color.
97

edits

Navigation menu