ColorBands

ColorBands

rstecca

Unity 3D's Gradient is a handy data type but comes with some limitations: for example you cannot set more than 8 color keys in its editor and RGB is the only color space available. ColorBand data type offers an alternative with less limitations. Creating ColorBands is fun and easy; they are stored as assets and can be accessed from code through an Evaluate method to get the color at time t, as for Gradient. RGB (or HSV) values are described by individual curves, allowing a better control over how the color function evolves between your points. Color bands are used in all kinds of applications including games, data visualization and other fields.

177 Stars
11 Forks
177 Watchers
C# Language
mit License
Cost to Build
$37.3K
Market Value
$98.9K

Growth over time

11 data points  ·  2021-08-01 → 2025-07-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about ColorBands

Question copied to clipboard

What is the rstecca/ColorBands GitHub project? Description: "Unity 3D's Gradient is a handy data type but comes with some limitations: for example you cannot set more than 8 color keys in its editor and RGB is the only color space available. ColorBand data type offers an alternative with less limitations. Creating ColorBands is fun and easy; they are stored as assets and can be accessed from code through an Evaluate method to get the color at time t, as for Gradient. RGB (or HSV) values are described by individual curves, allowing a better control over how the color function evolves between your points. Color bands are used in all kinds of applications including games, data visualization and other fields.". Written in C#. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone ColorBands

Clone via HTTPS

git clone https://github.com/rstecca/ColorBands.git

Clone via SSH

[email protected]:rstecca/ColorBands.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the ColorBands issue tracker:

Open GitHub Issues