import { hexToString, storeHex } from '../common/convert'; import { IcyNetUser } from '../common/types/user'; import { $ } from './utils/dom'; export class Picker { private _fn?: (color: number) => void; private _color: number = 0x000000; private _pickerColor: number | null = null; private _colorHistory: number[] = []; private _wrapper = $('
'); private _content = $('
'); private _colorsEl = $('
'); private _colorHistoryEl = $('
'); private _colorInput = $('') as HTMLInputElement; private _placebtn = $('