interpolate
interpolate lets you map a value from one range to another using linear interpolation.
clamp
clamp lets you limit a value within a specified range.
interpolateColor
interpolateColor maps input range to output colors using linear interpolation.
contrastColor
contrastColor lets you pick a text color that stays readable on a given background. It works like the CSS contrast-color() function – it returns either 'white' or 'black', whichever has the greater WCAG contrast ratio against the provided color.
getRelativeCoords
getRelativeCoords determines the location on the screen, relative to the given view.
DynamicColorIOS
DynamicColorIOS is a workletized version of a React Native's DynamicColorIOS, designed to be used within Reanimated. It's a way to define colors that automatically adapt to light and dark mode on iOS.