ColorArraySort Op

ColorArraySort

Sort an array of colors by saturation/lightness etc.



Full Name
  • Ops.Color.ColorArraySort
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Colors (Array)
Sort index (Number: integer) No  Luminance  Hue  Saturation  Lightness 
Input Format index (Number: integer) RGBA  RGB 

OUTPUT PORTS


New Colors (Array)

 

Patches using ColorArraySort

  • Examples
  • Public
  • My Patches

Changelog


newcreated opuser avatarpandur - 2024-11-19 10:41
bugfixFix sorting of arrays with RGBA/RGB stridesuser avatarfranck - 2025-01-29 12:01
featureAdded an "Alpha" sorting optionuser avatarfranck - 2025-01-29 12:02
featureAdded a "Reverse Sort" check buttonuser avatarfranck - 2025-01-29 12:02
improvementAdded user warning if array is not dividable by 3 or 4user avatarfranck - 2025-01-29 12:02