IncColors – library MetaTrader 5

IncColors - library for MetaTrader 5
This class contains functions for working with colors. It has color conversion and other useful functions. Conversion RGB to HSV void RGBtoHSV(double aR,double aG,double aB,double & oH,double & oS,double & oV) Functions from All these function have 6 arguments: first 3 are parameters, the next 3 are conversion results, passed by reference.Conversion RGB to XYZ … Read more