Skip to content

Draft: wallpapers/color: simplified better accent color generator

Fushan Wen requested to merge work/fuf/simplified-android-color into master

The accent color is extracted using the Android method, which includes:

  1. Wu's quantization algorithm
  2. K-Means for color quantization by Celebi
  3. Color scores based on hue proportions and chroma.

Then a dominant color is extracted from the clusters, and the final color will be adjusted to be not too dark or too light. If the color collection is empty, the default Breeze Blue color will be used.

Reference:

BUG: 457861 FIXED-IN: 5.26

Fallback color csgo grass default dark red wave
fallback csgo grass default dark wave
Edited by Fushan Wen

Merge request reports