Color picker improvements

This commit is contained in:
barsdeveloper
2022-11-08 22:26:29 +01:00
parent c8c365313d
commit 1bd6af4bcb
11 changed files with 127 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
import { css } from "lit"
export default class Configuration {
static alphaPattern = "repeating-conic-gradient(#7c8184 0% 25%, #c2c3c4 0% 50%) 50% / 10px 10px"
static colorDragEventName = "ueb-color-drag"
static colorPickEventName = "ueb-color-pick"
static colorWindowEventName = "ueb-color-window"