DrawingMode() for vector library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Lunasole
Addict
Addict
Posts: 1091
Joined: Mon Oct 26, 2015 2:55 am
Location: UA
Contact:

DrawingMode() for vector library

Post by Lunasole »

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:

Code: Select all

VectorDrawingMode(#PB_VectorDrawingRGB)
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"