ColorBands
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.
File Explorer
Download Latest Version (.zip)- _CantDoThisWithGradients 01.asset
- _CantDoThisWithGradients 01.asset.meta
- _CantDoThisWithGradients 02.asset
- _CantDoThisWithGradients 02.asset.meta
- Alpha Green.asset
- Alpha Green.asset.meta
- Alpha Waves.asset
- Alpha Waves.asset.meta
- Butterfly 01.asset
- Butterfly 01.asset.meta
- Chrome Ice.asset
- Chrome Ice.asset.meta
- Discrete 01.asset
- Discrete 01.asset.meta
- Discrete 02.asset
- Discrete 02.asset.meta
- Discrete BW.asset
- Discrete BW.asset.meta
- Fairy Wings.asset
- Fairy Wings.asset.meta
- Hard Edge Blue Waves.asset
- Hard Edge Blue Waves.asset.meta
- HeatMap.asset
- HeatMap.asset.meta
- HSVFullBand.asset
- HSVFullBand.asset.meta
- Lava 1.asset
- Lava 1.asset.meta
- Lovely Pastel.asset
- Lovely Pastel.asset.meta
- RedToBlue.asset
- RedToBlue.asset.meta
- StunningHeatmap 2.asset
- StunningHeatmap.asset
- ColorBandEditor.cs
- ColorBandEditor.cs.meta
- ColorBand.cs
- ColorBand.cs.meta
- ColorBands.meta
- Editor.meta
- .__CantDoThisWithGradients 03.png
- ._CannotDoThisWithGradients 01.png
- ._CannotDoThisWithGradients 02.png
- ._ColorSpace.png
- ._Discrete02.png
- ._HSVExample.png
- ._screenshot_01.png
- ._Screenshot_03.png
- ._Screenshot_05.png
- _CantDoThisWithGradients 03.png
- CannotDoThisWithGradients 01.png
- CannotDoThisWithGradients 02.png
- ColorSpace.png
- Discrete02.png
- HSVExample.png
- screenshot_01.png
- Screenshot_02.png
- Screenshot_03.png
- Screenshot_04.png
- Screenshot_05.png
- Screenshot_06.png
- ColorBand.unitypackage
- LICENSE
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
