UNPKG

pixel-utils

Version:
9 lines (8 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = makeNoDataRgbaString; function makeNoDataRgbaString(noDataValue) { return `rgba(${noDataValue}, ${noDataValue}, ${noDataValue}, 0)`; }