Problem: User may not want to allow setting alpha for colors. Idea: ``` { id: 'myCoor', name: 'Color', type: 'color', default: '#000000', options: { allowAlpha: false } } ```
Problem:
User may not want to allow setting alpha for colors.
Idea: