Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fx(params) color option to disable opacity (alpha) picker #34

Open
Paul-Browne opened this issue Jan 26, 2024 · 0 comments
Open

fx(params) color option to disable opacity (alpha) picker #34

Paul-Browne opened this issue Jan 26, 2024 · 0 comments

Comments

@Paul-Browne
Copy link

The option for opacity when picking a color might not be wanted, esp. if there are multiple color selectors and some global opacity param for a project.

Something like...

  {
    id: "background",
    name: "Background color",
    type: "color",
    default: "BADA55",
    options: {
      opacity: 0.5,           // default 1
      opacityPicker: false    // default true
    }
  }
@Paul-Browne Paul-Browne changed the title fx(params) color option to disable alpha picker fx(params) color option to disable opacity (alpha) picker Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant