DrawingMode() for vector library
Posted: Tue Oct 18, 2016 6:18 am
It would be nice to have DrawingMode analogue for vector drawing.
For example currently vector color operating commands receiving RGBA only, but regular RGB colors are used much often, so instead of converting RGB everytime to RGBA (with 255 alpha value) might be nice something like this which does such conversion internally:
For example currently vector color operating commands receiving RGBA only, but regular RGB colors are used much often, so instead of converting RGB everytime to RGBA (with 255 alpha value) might be nice something like this which does such conversion internally:
Code: Select all
VectorDrawingMode(#PB_VectorDrawingRGB)