This repository has been archived by the owner on May 6, 2024. It is now read-only.
1.1.0
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 paletteComplementary
- Generates a complementary colour palette (essentially.Invert()
or.Rotate(..., 180)
)Monochromatic
- Generates a monochromatic colour paletteSplitComplementary
- Generates a split complementary colour paletteTetradic
- Generates a tetradic colour paletteTriadic
- Generates a triadic colour paletteVibrant
- Determines the most vibrant colour when passed an array of colours