Class: Color

Color

A layer with a color


new Color(options)

Parameters:
Name Type Description
options Object
Properties
Name Type Description
color string
mode string

Blend mode

title string
description string
Source:
layer/Color.js

Methods


setColor(color)

Change layer color

Parameters:
Name Type Description
color string
Source:
layer/Color.js