Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alabsi91/reanimated-color-picker
/ functions
Functions
410 in github.com/alabsi91/reanimated-color-picker
⨍
Functions
410
◇
Types & classes
51
↓ 51 callers
Function
expectParse
Assert the result is defined and matches the expected shape.
__tests__/colorParse.test.ts:9
↓ 42 callers
Function
getStyle
(style: StyleProp<T>, property: K)
src/utils.tsx:10
↓ 37 callers
Function
clamp
(value: number, min: number, max: number)
src/colorKit/index.ts:241
↓ 33 callers
Function
returnColorObject
(color: SupportedColorFormats)
src/colorKit/index.ts:1183
↓ 32 callers
Function
clampRGB
(value: number)
src/colorKit/index.ts:245
↓ 31 callers
Function
clamp100
(value: number)
src/colorKit/index.ts:253
↓ 25 callers
Function
RGB
(color: SupportedColorFormats)
src/colorKit/index.ts:872
↓ 25 callers
Function
forceColorObjectAlpha
(color: T)
src/colorKit/index.ts:374
↓ 22 callers
Function
usePickerContext
()
src/AppContext.ts:8
↓ 19 callers
Function
clampAlpha
(value: number)
src/colorKit/index.ts:257
↓ 19 callers
Function
onChange
(color: SupportedColorFormats)
src/components/InputWidget/InputWidget.tsx:42
↓ 18 callers
Function
onGestureChange
(color?: SupportedColorFormats)
src/ColorPicker.tsx:120
↓ 16 callers
Function
randomNumber
(min: number, max: number)
src/colorKit/index.ts:261
↓ 14 callers
Function
HSL
(color: SupportedColorFormats)
src/colorKit/index.ts:923
↓ 14 callers
Function
clampHue
(value: number)
src/colorKit/index.ts:249
↓ 14 callers
Function
colorResult
(inputColor?: SupportedColorFormats)
src/ColorPicker.tsx:55
↓ 11 callers
Function
onGestureEnd
()
src/components/Sliders/SliderCore.tsx:128
↓ 9 callers
Function
HSVA2HSLA_string
(h: number, s: number, v: number, a = 1)
src/utils.tsx:35
↓ 8 callers
Function
isColorObject
(colorObject: ColorObject, keys: (keyof T)[])
src/colorKit/index.ts:331
↓ 8 callers
Function
matchColorRegex
(color: string, regexArray: RegExp[])
src/colorKit/index.ts:299
↓ 7 callers
Function
interceptAndSetValue
(newValue: number)
src/components/Sliders/CircularSliderCore.tsx:151
↓ 7 callers
Function
onGestureEnd
()
src/components/Panels/PanelCore.tsx:144
↓ 6 callers
Function
HSL_types
({ h, s, l, a }: HslaT)
src/colorKit/index.ts:576
↓ 6 callers
Function
HSV_types
({ h, s, v, a }: HsvaT)
src/colorKit/index.ts:791
↓ 6 callers
Function
HWB_types
({ h, w, b, a }: HwbaT)
src/colorKit/index.ts:669
↓ 6 callers
Function
RGB_types
({ r, g, b, a }: RgbaT)
src/colorKit/index.ts:491
↓ 6 callers
Function
calculateHueValue
(p: number, q: number, t: number)
src/colorKit/index.ts:270
↓ 6 callers
Function
interceptAndSetValue
(mode: 'x' | 'y', x: number, y: number)
src/components/Panels/PanelCore.tsx:192
↓ 6 callers
Function
parse
(color: SupportedColorFormats)
src/colorKit/index.ts:1552
↓ 5 callers
Function
HSV
(color: SupportedColorFormats)
src/colorKit/index.ts:1027
↓ 5 callers
Function
RGB_to_HEX
({ r, g, b, a }: RgbaT, forceAlpha?: boolean)
src/colorKit/index.ts:385
↓ 5 callers
Function
clampColorObject
(color: T)
src/colorKit/index.ts:335
↓ 5 callers
Function
getOrder
(item: SidebarDirectory | SidebarLink)
docs/plugins/sidebar-plugin/helpers.ts:54
↓ 5 callers
Function
setColor
(color: SupportedColorFormats, duration = thumbAnimationDuration)
src/ColorPicker.tsx:138
↓ 4 callers
Function
createPkgEntry
(pkg)
ExampleLatest/metro.config.js:30
↓ 4 callers
Function
createPkgEntry
(pkg)
ExampleOldArch/metro.config.js:30
↓ 4 callers
Function
createPkgEntry
(pkg)
ExampleExpoLatest/metro.config.js:30
↓ 4 callers
Function
createRegExp
(pkg)
ExampleLatest/metro.config.js:26
↓ 4 callers
Function
createRegExp
(pkg)
ExampleOldArch/metro.config.js:26
↓ 4 callers
Function
createRegExp
(pkg)
ExampleExpoLatest/metro.config.js:26
↓ 4 callers
Function
getLuminanceWCAG
(color: SupportedColorFormats)
src/colorKit/index.ts:1136
↓ 4 callers
Function
interceptAndSetValue
(newValue: number)
src/components/Sliders/SliderCore.tsx:182
↓ 4 callers
Function
isItem
(item: SidebarDirectory | SidebarLink)
docs/plugins/sidebar-plugin/helpers.ts:15
↓ 4 callers
Function
matchHexRegex
(color: string, regex: RegExp)
src/colorKit/index.ts:314
↓ 4 callers
Function
numberToHexString
(c: number)
src/colorKit/index.ts:265
↓ 4 callers
Function
onEnd
()
src/components/Sliders/OpacitySlider.tsx:111
↓ 3 callers
Function
RGB_to_HSLA
(color: RgbaT)
src/colorKit/index.ts:396
↓ 3 callers
Function
contrastRatio
(color1: SupportedColorFormats, color2: SupportedColorFormats)
src/colorKit/index.ts:1174
↓ 3 callers
Function
getTsFilesPaths
Get all TypeScript files paths.
scripts/build.mjs:35
↓ 3 callers
Function
onUpdate
(newValue: number)
src/components/Sliders/OpacitySlider.tsx:99
↓ 3 callers
Function
setValue
(value: number)
src/components/Sliders/SliderCore.tsx:138
↓ 3 callers
Function
setValue
(value: number)
src/components/Sliders/CircularSliderCore.tsx:115
↓ 3 callers
Function
useColorScheme
()
ExampleExpoLatest/hooks/use-color-scheme.web.ts:7
↓ 3 callers
Function
useThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
ExampleExpoLatest/hooks/use-theme-color.ts:9
↓ 2 callers
Function
HSL_to_HSVA
(color: HslaT)
src/colorKit/index.ts:552
↓ 2 callers
Function
HSL_to_RGBA
(color: HslaT)
src/colorKit/index.ts:524
↓ 2 callers
Function
HSV_to_HSLA
(color: HsvaT)
src/colorKit/index.ts:753
↓ 2 callers
Function
HSV_to_HWBA
({ h, s, v, a }: HsvaT)
src/colorKit/index.ts:778
↓ 2 callers
Function
HSV_to_RGBA
(color: HsvaT)
src/colorKit/index.ts:702
↓ 2 callers
Function
HWB_to_HSVA
Convert `HWB` or `HWBA` color to an `HSVA` object representation
src/colorKit/index.ts:644
↓ 2 callers
Function
HWB_to_RGBA
(color: HwbaT)
src/colorKit/index.ts:609
↓ 2 callers
Function
RGB_to_HSVA
(color: RgbaT)
src/colorKit/index.ts:434
↓ 2 callers
Function
RGB_to_HWBA
(color: RgbaT)
src/colorKit/index.ts:471
↓ 2 callers
Function
adjustLuminance
(colorRGB: RgbaT, by: number)
src/colorKit/index.ts:1787
↓ 2 callers
Function
escapeAttributeValue
(value: string)
docs/plugins/sidebar-plugin/helpers.ts:37
↓ 2 callers
Function
getBabelOptions
(filename, sourceRoot, commonjs = false)
scripts/build.mjs:57
↓ 2 callers
Function
isDark
(color: SupportedColorFormats)
src/colorKit/index.ts:1143
↓ 2 callers
Function
normalizeTitle
(string: string)
docs/plugins/sidebar-plugin/helpers.ts:19
↓ 2 callers
Function
onBegin
()
src/components/Sliders/OpacitySlider.tsx:94
↓ 2 callers
Function
onEnd
()
src/components/Panels/Panel2.tsx:179
↓ 2 callers
Function
onGestureUpdate
({ x, y }: PanGestureHandlerEventPayload)
src/components/Sliders/SliderCore.tsx:111
↓ 2 callers
Function
onUpdate
(newXValue: number, newYValue: number)
src/components/Panels/Panel2.tsx:134
↓ 2 callers
Function
parseSidebarFields
(frontMatter: Record<string, unknown>, prefix: string)
docs/plugins/sidebar-plugin/helpers.ts:136
↓ 2 callers
Function
setAdaptiveColor
(color: string)
src/components/Panels/Panel5.tsx:26
↓ 2 callers
Function
setValue
(xValue: number, yValue: number)
src/components/Panels/PanelCore.tsx:154
↓ 1 callers
Function
HEX
(color: SupportedColorFormats, forceAlpha?: boolean)
src/colorKit/index.ts:824
↓ 1 callers
Function
HSL_to_HEX
(color: HslaT, forceAlpha?: boolean)
src/colorKit/index.ts:546
↓ 1 callers
Function
HSL_to_HWBA
(color: HslaT)
src/colorKit/index.ts:570
↓ 1 callers
Function
HSV_to_HEX
(color: HsvaT, forceAlpha?: boolean)
src/colorKit/index.ts:772
↓ 1 callers
Function
HWB
(color: SupportedColorFormats)
src/colorKit/index.ts:975
↓ 1 callers
Function
HWB_to_HEX
(color: HwbaT, forceAlpha?: boolean)
src/colorKit/index.ts:638
↓ 1 callers
Function
HWB_to_HSLA
(color: HwbaT)
src/colorKit/index.ts:663
↓ 1 callers
Function
applyOrdering
(tree: SidebarTree, customizations: Record<string, SidebarNodeCustomization>)
docs/plugins/sidebar-plugin/helpers.ts:46
↓ 1 callers
Function
build
()
scripts/build.mjs:144
↓ 1 callers
Function
buildCommonJs
Build JavaScript CommonJS module files.
scripts/build.mjs:100
↓ 1 callers
Function
buildModuleJs
Build JavaScript ESM (ECMAScript Modules) files.
scripts/build.mjs:71
↓ 1 callers
Function
buildSource
Copy the source dir and resolve import aliases.
scripts/build.mjs:28
↓ 1 callers
Function
cleanupOutDirectory
Delete and clean up the output directory.
scripts/build.mjs:21
↓ 1 callers
Function
colorKitUI
()
src/colorKit/index.ts:26
↓ 1 callers
Function
exclusionList
(additionalExclusions)
ExampleLatest/metro.config.js:22
↓ 1 callers
Function
exclusionList
(additionalExclusions)
ExampleOldArch/metro.config.js:22
↓ 1 callers
Function
exclusionList
(additionalExclusions)
ExampleExpoLatest/metro.config.js:22
↓ 1 callers
Function
formatWithPrettier
Format output files using Prettier.
scripts/build.mjs:129
↓ 1 callers
Function
generateTsDeclarations
Build TypeScript declaration files.
scripts/build.mjs:42
↓ 1 callers
Function
getAdaptiveColor
(hsva: { h: number; s: number; v: number; a: number })
src/components/Panels/Panel2.tsx:185
↓ 1 callers
Function
getDirectionalKeys
()
src/components/Sliders/SliderCore.tsx:212
↓ 1 callers
Function
getOrCreateDirectory
(tree: SidebarTree, title: string, realPath: string)
docs/plugins/sidebar-plugin/generate-tree.ts:10
↓ 1 callers
Method
hide
()
ExampleLatest/specs/NativeSplashScreen.ts:5
↓ 1 callers
Function
moveDirectories
(userInput)
ExampleExpoLatest/scripts/reset-project.js:48
↓ 1 callers
Function
normalize_HEX
(color: string)
src/colorKit/index.ts:280
next →
1–100 of 410, ranked by callers