fxhash / params-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color: needs an option to have define have alpha or not

tarwin opened this issue · comments

Problem:

User may not want to allow setting alpha for colors.

Idea:

{
  id: 'myCoor',
  name: 'Color',
  type: 'color',
  default: '#000000',
  options: {
    allowAlpha: false
  }
}