979 B
979 B
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()


