UNPKG

core-graphics

Version:

A core library for creating shape-based graphic editors

9 lines (8 loc) 271 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var MAIN_COLOR = exports.MAIN_COLOR = 'rgba(0, 160, 200, 0.5)'; var getAlphaMainColor = exports.getAlphaMainColor = function getAlphaMainColor(a) { return 'rgba(0, 160, 200, ' + a + ')'; };