1.1.2 • Published 2 years ago

color-with-opacity v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

Mix opacity to a solid color and get a solid equivalent color.

import getSolidColor from "color-with-opacity";

getSolidColor("#FF0000", 0.3) => return #ffb2b2

getSolidColor("#FF0000") => return #ff6666 // by default 0.6 opacity is mixed

getSolidColor("#XXZZCC") => throws error