This repository has been archived by the owner on May 6, 2024. It is now read-only.
1.3.1
What's Changed
- v1.3.1 by @csqrl
Added
Blend.Transparency
- Applies "transparency" to a Color3, where the resulting colour simulates the process of overlaying a colour with transparency to a given background.Hex.fromHexRGBA
- Converts a hex code with an alpha channel to a Color3. You must pass a background colour to this method if your background is not black (Color3.new(0, 0, 0)
)!
Full Changelog: 1.3.0...1.3.1