CommonColorTrimAlpha
Callable
Parameters
color: `#${string}`
The color hex code
Returns `#${string}`
The color hex code with its (potentially present) alpha component removed
The color hex code
The color hex code with its (potentially present) alpha component removed
Remove the (potential present) alpha component of the passed color hex code, turning the likes of
RRGGBB(AA)intoRRGGBB.