mojo.graphics.Canvas.Color - nitrologic/monkey2 GitHub Wiki

mojo::mojo.graphics.mojo.graphics.Canvas.Color

Property Color:std:std.graphics.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.