UNPKG

colorpath

Version:
9 lines (6 loc) 195 B
import util from './utils/index' const shade = (s, p) => { const source = util.formatColor(s) return source.map(sourceChannel => Math.round(sourceChannel * (1 - p))) } export default shade