Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 21:00
· 20 commits to default since this release

Full Changelog: 1.0.3...1.1.0

  • Added a .GetPerceivedBrightness method to return a value representing colour visibility

There is now a submodule designed for colour harmony and theming. These methods include:

  • Analogous - Generates an analogous colour palette
  • Complementary - Generates a complementary colour palette (essentially .Invert() or .Rotate(..., 180))
  • Monochromatic - Generates a monochromatic colour palette
  • SplitComplementary - Generates a split complementary colour palette
  • Tetradic - Generates a tetradic colour palette
  • Triadic - Generates a triadic colour palette
  • Vibrant - Determines the most vibrant colour when passed an array of colours