Skip to content

Program that creates a png with every possible 24-bit color. Includes optional sorting methods.

License

Notifications You must be signed in to change notification settings

rasberry/AllColors

Repository files navigation

AllColors

Program that creates a png with every possible 24-bit color. Includes optional sorting methods.

Inspired by formula-to-determine-brightness-of-rgb-color

Patterns:

  1. BitOrder
    Native order of the C# Color class
  2. Luminance
    Order by Luminance from dark to light
  3. AERT
    Order by Accessibility AERT Contrast
  4. HSP
    Order by Alternative color model HSP by Darel Rex Finley
  5. WCAG2
    Order by Accessibility WCAG 2.0 luminance
  6. VofHSV
    Order by HSV value component
  7. IofHSI
    Order by HSL lightness component
  8. LofHSL
    Order by HSI intensity component

Usage:

>AllColors.exe
AllColors [options] (image name)
 Options:
  -p (pattern name / number)     Choose a specific pattern (see below)
  -v                             Show Progress
 Patterns:
  1 BitOrder
  2 Luminance
  3 AERT
  4 HSP
  5 WCAG2
  6 VofHSV
  7 IofHSI
  8 LofHSL

About

Program that creates a png with every possible 24-bit color. Includes optional sorting methods.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages