[Utility] Color and gradient related library
Created by: S4K4YUME
Introduction
In multiple visualizations we will have to deal with color and or color-gradients. It would be usefull if we could create a module which implements this in a consistent way.
Suggestion
The creation of a Color
module with the following methods and properties:
- [property] x / r / red
- [property] y / g / green
- [property] z / b / blue
- [property] a / alpha
- [property] rgb
- [property] rgba
- randomRGB
- randomRGBA
- gradient2D
- ...
Conclusion
Feel free to update this list and/or discuss.