Closed nesk closed 7 years ago
This allows to instanciate a rgb(a) color even if it contains spaces, just like in a browser:
Rgb::fromString(' rgb( 1 , 2 , 3 ) '); Rgba::fromString(' rgba( 1 , 2 , 3 , 1 ) ');
This allows to instanciate a rgb(a) color even if it contains spaces, just like in a browser: