SYMBOL INDEX (30 symbols across 14 files) FILE: src/components/alpha/alpha.component.tsx type IAlphaProps (line 9) | interface IAlphaProps { FILE: src/components/color-picker/color-picker.component.tsx type IColorPickerProps (line 12) | interface IColorPickerProps { FILE: src/components/fields/fields.component.tsx type IFieldsProps (line 8) | interface IFieldsProps { FILE: src/components/hue/hue.component.tsx type IHueProps (line 9) | interface IHueProps { FILE: src/components/interactive/interactive.component.tsx type IInteractiveProps (line 8) | interface IInteractiveProps { type TInteractionEvent (line 14) | type TInteractionEvent = React.MouseEvent | React.TouchE... type TMoveEvent (line 15) | type TMoveEvent = React.MouseEvent | React.Touch | Mouse... FILE: src/components/saturation/saturation.component.tsx type ISaturationProps (line 9) | interface ISaturationProps { FILE: src/hooks/use-bounding-client-rect/use-bounding-client-rect.hook.ts type ISize (line 3) | interface ISize { type IPosition (line 8) | interface IPosition { function useBoundingClientRect (line 24) | function useBoundingClientRect(): [React.RefObjec... FILE: src/hooks/use-color/use-color.hook.ts function useColor (line 5) | function useColor(initialColor: string): [IColor, React.Dispatch(model: M, ... method toHex (line 58) | public toHex(value: string): IColor["hex"] { method toRgb (line 83) | public toRgb(value: string): IColor["rgb"] { method toHsv (line 93) | public toHsv(value: string): IColor["hsv"] { method hex2rgb (line 103) | public hex2rgb(hex: IColor["hex"]): IColor["rgb"] { method rgb2hsv (line 113) | public rgb2hsv({ r, g, b, a }: IColor["rgb"]): IColor["hsv"] { method hsv2rgb (line 128) | public hsv2rgb({ h, s, v, a }: IColor["hsv"]): IColor["rgb"] { method rgb2hex (line 146) | public rgb2hex({ r, g, b, a }: IColor["rgb"]): IColor["hex"] { FILE: src/utils/clamp/clamp.util.ts function clamp (line 1) | function clamp(value: number, min: number, max: number) { FILE: src/utils/float/float.util.ts function float (line 1) | function float(value: number, decimalPlaces: number) { FILE: src/utils/format/format.util.ts function formatRgb (line 5) | function formatRgb({ r, g, b, a }: IColor["rgb"]) { function formatHsv (line 14) | function formatHsv({ h, s, v, a }: IColor["hsv"]) { FILE: src/utils/is-field-hide/is-field-hide.util.ts function isFieldHide (line 3) | function isFieldHide(hideInput: (keyof IColor)[] | boolean, field: keyof... FILE: src/utils/is-touch/is-touch.util.ts function isTouch (line 1) | function isTouch(event: any): event is React.TouchEvent | TouchEve...