Converts a CSS extended color keyword to a procedural texture without alpha. Reference for colors: https://www.w3.org/TR/css-color-3/#svg-color Parameters: _colorKeyword - A color keyword as defined as part of W3c’s CSS color module level 3. STRING Returns: Procedural color texture without transparency STRING Examples:
"firebrick" call CBA_fnc_cssColorToTexture
Author: Lambda.Tiger & drofseh