1.5 KiB
1.5 KiB
orx-color
Tools to work with color
Color presets
orx-color adds an extensive list of preset colors to ColorRGBa. Check sources for a listing of the preset colors.
Color histograms
orx-color comes with tools to calculate color histograms for images.
val histogram = calculateHistogramRGB(image)
val colors = histogram.sortedColors()
HSLUVa and HPLUVa colorspaces
Two color spaces are added: ColorHSLUVa and ColorHPLUVa, they are an implementation of the colorspaces presented at hsluv.org




