I have a palette of RGB colors (RGB555 "color space", image 1) which I converted to (CIE-)LCh. I want to present that palette in a 2D image so the user can pick colors from it. The colors should be "close together" (perceived color distance). I thought sorting colors by H,C and L and by H and L*C (image 2) should work somehow, but everything I tried looks rather random. I am pretty sure my color conversions are ok. How can I sort the colors in a "pleasing" way?

Sorting (CIE)LCh colors
74 Views Asked by Bim At
0
There are 0 best solutions below
Related Questions in SORTING
- Sorting a List by its property renames all the objects in the List
- Does Sort() method in C# use recursion?
- ARM Assembly code is not executing in Vitis IDE
- Creating an efficent and time-saving algorithm to find difference between greater than and lesser than combination
- Heap sort with multithreading
- Laravel Livewire data table sorting livewire update payload
- basic MergeSort exercise
- How to import a range into a variant array in Excel VBA and sort using the sort method?
- Looker Studio | pivot chart - sorting by metric and last month
- how to create an array of multiples of 5 and display it in reverse
- matplotlib sort barh by values
- Custom Sorting Javascript with A-Z set
- Mainframe Programming Sorting, OUTFIL REMOVECC,NODETAIL
- Soft list based on another list
- SQL query : creating table with distinct values on selected columns
Related Questions in RGB
- How do I modify this intrinsics code going from YUV420 to RGB24 to output RGBA32
- What is the size difference between Convolutional Neural Networks that take as input an RGB vs. monochrome image?
- Do decimal values affect color channels in CSS?
- Python converting an sRGB value to RGB
- RAW10 to RGB888 conversion
- How many colors in YCbCr JPEG under common conditions 3x8bits?
- Python: grayscale image to RGB image with provided palette
- Kornia outputs only white images
- How do I change my code to fill an excel spreadsheet with colour?
- Converting Front Hand View to Back Hand View or vice versa Using Python
- Patching a PIL image in pytorch tensor and convert back
- Plot camera sensitivity-wavelength distribution based on RGB image
- Trouble changing background of input textbox
- how do I convert a large array of rgb values to a hex array
- Conflicting LAB Results from RGB
Related Questions in LAB-COLOR-SPACE
- none vs 0 - when are they equivalent, and when not, in CSS color functions?
- How to find a maximum chroma value in the OKLCH color space for given hue and lightness?
- cv2.cvtColor() from "BGR" to "L*A*B" Without Rounding The Returned Values
- Paraview colormaps to MATLAB
- Sorting (CIE)LCh colors
- UserWarning: Conversion from CIE-LAB, via XYZ to sRGB color space resulted in 3592 negative Z values that have been clipped to zero
- What are the values of the primary and secondary colors in CIE L*ab color space using D65 2° observer?
- Image Processing: Separate Yellow and Blue Channels in Lab Color Space
- Calculating complementary hue in CIELAB color space
- complementary colors in Julia (RGB versus Lab colorspace)
- How does one properly scale an XYZ color gamut bounding volume after computing it from color matching functions?
- OpenCV shows LAB TIF picture in weird colors
- How does one shift hue in CIE-XYZ color space?
- How to use OKLab color space?
- Color of Light Channel in LAB Colorspace
Related Questions in COLOR-CONVERSION
- What is the difference of converting to gray using different approaches or libraries?
- How can I convert/flatten an 8-Digit Hex color (Alpha) to a 6-Digit Hex color that accounts for the alpha (assuming a white background)?
- How many colors in YCbCr JPEG under common conditions 3x8bits?
- Is there a way to convert between D65/2 to C/2 observer/illuminant?
- ImageMagick color mapping by different metric?
- ImageMagick PHP | Dynamic conversion from RGB to CMYK
- Sorting (CIE)LCh colors
- RYYCy bayer pattern to RGB image
- How can i convert YCbCr to BGR24 using ImageISharp
- Issues calculating HSP color model
- Calculating complementary hue in CIELAB color space
- complementary colors in Julia (RGB versus Lab colorspace)
- How to check if a color is out of gamut of a color space
- Convert matplotlib color value to RGB
- NVIDIA CUDA YUV (NV12) to RGB conversion algorithm breakdown
Related Questions in PERCEPTION
- Sorting (CIE)LCh colors
- Why does the WCAG contrast formula use the luminance and not the perceived lightness?
- Is there any distance when comparing two sets (or palettes) of colors?
- Finding the perceptual redundancy inside a color image in matlab
- How to approximate CSS box-shadow property using solid border only?
- perceptron learning algorithm : convergence proof for the algorithm, why the ||w*|| is equal 1 or this condition is necessary?
- I'm trying to detect a square using Point cloud library. I have pcl data from a 3D lidar in which I need to find squares
- Using perceptually uniform colormaps in Mayavi volumetric visualization
- How to load image before javascript
- Measuring web page "perception" speed
- Making a metric between colors (perception model) with "difference"
- Virtual Reality: Word for conflict in depth queue
- Face recognition Intel Perceptual Computing
- Neural network activation
- How would one know if one saw a random number generator?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?