Also when creating the actual gradient, each major colour of the gradient should have its colour as well as a transparency value. So to allow say a black to white gradient, where it also fades more and mode transparent when going to white (thus revealing what is underneath to what it it drawn over).
Also the gradient should allow more than just 2 colours (Start and End colours), i.e. multiple colours. E.g. Black to White To Back, or Red to Green to Blue.
Currently it is possible to draw lines/shapes either as filled, or as an outline. E.g. Rectangle. All colour is a solid single colour.
Would like to request that all the drawing functions allow colours to be a gradient of colours.
This is for Fills, and also for Outlines.
Multiple gradient types should be supported; e.g. Linear, Radial, Box, Diamond, etc.
Also there should be a transparency value for the overall gradient, and a blend mode the overall gradient.
Blend Modes (description) : http://en.wikipedia.org/wiki/Blend_modes
Also when creating the actual gradient, each major colour of the gradient should have its colour as well as a transparency value. So to allow say a black to white gradient, where it also fades more and mode transparent when going to white (thus revealing what is underneath to what it it drawn over).
Also the gradient should allow more than just 2 colours (Start and End colours), i.e. multiple colours. E.g. Black to White To Back, or Red to Green to Blue.