We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wanna know how to set indicator's position when it starts like this.
I know setHex function but it doesn't change indicator.
I definetely changed the color but it didn't changed. please help me how to change it or how to fix it.
The text was updated successfully, but these errors were encountered:
I have the same question
when I use the presented example
ColorPicker( document.getElementById('slider'), document.getElementById('picker'), function(hex, hsv, rgb, pickerCoordinate, sliderCoordinate) { ColorPicker.positionIndicators( document.getElementById('slider-indicator'), document.getElementById('picker-indicator'), sliderCoordinate, pickerCoordinate ); });
it throws error TypeError: this.slideElement is null
Sorry, something went wrong.
No branches or pull requests
I wanna know how to set indicator's position when it starts like this.
I know setHex function but it doesn't change indicator.
I definetely changed the color but it didn't changed. please help me how to change it or how to fix it.
The text was updated successfully, but these errors were encountered: