mojo.graphics.Canvas.Color - nitrologic/monkey2 GitHub Wiki
mojo::mojo.graphics.mojo.graphics.Canvas.Color
std:std.graphics.Color
Property Color:The current drawing color.
Note that Alpha and the alpha component of Color are multiplied together to produce the final alpha value for rendering.
This allows you to use Alpha as a 'master' alpha level.