{"id":"danieluntask/colour-utils","name":"colour-utils","scope":"danieluntask","platform":"roblox","description":"ColourUtils is a utility library for Roblox Studio that provides a number of functions for working with colours","version":"1.4.1","latest":"1.4.1","versions":["1.4.1"],"license":"MIT","licenseRating":"safe","licenseCaveats":["License identified from the packaged LICENSE file; the manifest declared none."],"licenseVerified":true,"dependencies":{},"integrity":"60f8261fafd9970f16fc7c555bd4b6177c98464fe6fde3b3db667861579fee3e","likes":0,"downloads":0,"install":"forest install danieluntask/colour-utils","url":"https://forest.dev/p/roblox/danieluntask/colour-utils","files":"https://api.forest.dev/ai/package/roblox/danieluntask/colour-utils/files","readme":"<!-- Project Link References -->\n\n[repo]: https://github.com/csqrl/colour-utils\n[releases]: https://github.com/csqrl/colour-utils/releases\n[library]: https://create.roblox.com/marketplace/asset/6573728888\n[npm]: https://npmjs.com/package/@rbxts/colour-utils\n\n<!-- Images -->\n\n[shield/ghv]: https://img.shields.io/github/v/release/csqrl/colour-utils?label=latest+release&style=flat\n[shield/npmv]: https://img.shields.io/npm/v/@rbxts/colour-utils?style=flat\n[shield/wallyv]: https://img.shields.io/endpoint?url=https://runkit.io/clockworksquirrel/wally-version-shield/branches/master/csqrl/colour-utils&color=blue&label=wally&style=flat\n\n<!-- Badges -->\n\n[badge/github]: https://raw.githubusercontent.com/gist/csqrl/56c5f18b229ca1e61feb6eb5fb149f43/raw/githubSource.svg\n[badge/npm]: https://raw.githubusercontent.com/gist/csqrl/56c5f18b229ca1e61feb6eb5fb149f43/raw/npm.svg\n\n# ColorUtils\n\n<div align=\"center\">\n\n[![Source Code][badge/github]][repo] [![NPM][badge/npm]][npm]\n\n[![Releases][shield/ghv]][releases] [![NPM][shield/npmv]][npm] [![Wally][shield/wallyv]][releases]\n\n</div>\n\nColorUtils is a utility library for Roblox Studio that provides a number of\nfunctions for working with colors.\n\nThe library contains methods to manipulate standard `Color3`s, as well as convert\nthem back and forth between formats; such as Hex and Integer _(great for Discord!)_.\n\nColorUtils can also generate color palettes, blend colors together, and even\nsimulate color blindness. In combination with the built-in accessibility-focused\n\"submodules,\" ColorUtils can be used to find and generate the perfect and most\naccessible colors for your project.\n\n## Documentation\n\nDocumentation is available at <https://csqrl.github.io/colour-utils>.\n\n## Quick Start\n\nColorUtils is available in Lua and TypeScript (via roblox-ts). It's available\nfrom the wally and npm registries, Roblox Library and via Itch.io.\n\n> :warning: **Note:** ColorUtils was released on wally and npm using the\n> British spelling of \"colour\" in the package name. Bear this in mind when\n> installing the package.\n\n### Wally\n\n```toml\n# wally.toml\n\n[dependencies]\nColorUtils = \"csqrl/colour-utils@X.X.X\"\n```\n\n```sh\nwally install\n```\n\n### TypeScript\n\nInstall the [`@rbxts/colour-utils`][npm] package using npm or yarn.\n\n```sh\nnpm i @rbxts/colour-utils\nyarn add @rbxts/colour-utils\n```\n\n### Manual Installation\n\nGrab a copy [from the Roblox Library (Toolbox)][library], or download the latest\n`.rbxm` file from [the releases page][releases] and drop it into Studio.\n","readmeTruncated":false}