UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (7 loc) 184 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.alphaIsSet = alphaIsSet; function alphaIsSet(a) { a = Number(a); return a >= 0 && a < 1; }