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

1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 21:31
· 33 commits to default since this release
2838dfc
  • Added .Rotate method to rotate the hue of a given Color3

Blending operations have been implemented in this release. This allows "mixing" of colours using one of five currently available methods:

  • Burn
  • Dodge
  • Multiply
  • Overlay
  • Screen

They hopefully 🤞 work as expected. Please notify if you run into any issues with these!