ColorUtility
Info
typeStatic Class
namespaceAnimatext
Methods
Static Public
Blend(float baseValue, float blendValue, ColorMode colorMode)floatBlends the values.
Blend(Color baseColor, Color blendColor, ColorMode colorMode)ColorBlends the colors.
BlendAdd(float baseValue, float blendValue)floatBlends the values by using "Add" color mode.
BlendAdd(Color baseColor, Color blendColor)ColorBlends the colors by using "Add" color mode.
BlendColorBurn(float baseValue, float blendValue)floatBlends the values by using "ColorBurn" color mode.
BlendColorBurn(Color baseColor, Color blendColor)ColorBlends the colors by using "ColorBurn" color mode.
BlendColorDodge(float baseValue, float blendValue)floatBlends the values by using "ColorDodge" color mode.
BlendColorDodge(Color baseColor, Color blendColor)ColorBlends the colors by using "ColorDodge" color mode.
BlendDarken(float baseValue, float blendValue)floatBlends the values by using "Darken" color mode.
BlendDarken(Color baseColor, Color blendColor)ColorBlends the colors by using "Darken" color mode.
BlendDifference(float baseValue, float blendValue)floatBlends the values by using "Difference" color mode.
BlendDifference(Color baseColor, Color blendColor)ColorBlends the colors by using "Difference" color mode.
BlendDivide(float baseValue, float blendValue)floatBlends the values by using "Divide" color mode.
BlendDivide(Color baseColor, Color blendColor)ColorBlends the colors by using "Divide" color mode.
BlendExclusion(float baseValue, float blendValue)floatBlends the values by using "Exclusion" color mode.
BlendExclusion(Color baseColor, Color blendColor)ColorBlends the colors by using "Exclusion" color mode.
BlendHardLight(float baseValue, float blendValue)floatBlends the values by using "HardLight" color mode.
BlendHardLight(Color baseColor, Color blendColor)ColorBlends the colors by using "HardLight" color mode.
BlendLighten(float baseValue, float blendValue)floatBlends the values by using "Lighten" color mode.
BlendLighten(Color baseColor, Color blendColor)ColorBlends the colors by using "Lighten" color mode.
BlendLinearLight(float baseValue, float blendValue)floatBlends the values by using "LinearLight" color mode.
BlendLinearLight(Color baseColor, Color blendColor)ColorBlends the colors by using "LinearLight" color mode.
BlendMultiply(float baseValue, float blendValue)floatBlends the values by using "Multiply" color mode.
BlendMultiply(Color baseColor, Color blendColor)ColorBlends the colors by using "Multiply" color mode.
BlendNormal(Color baseColor, Color blendColor)ColorBlends the colors by using "Normal" color mode.
BlendOverlay(float baseValue, float blendValue)floatBlends the values by using "Overlay" color mode.
BlendOverlay(Color baseColor, Color blendColor)ColorBlends the colors by using "Overlay" color mode.
BlendScreen(float baseValue, float blendValue)floatBlends the values by using "Screen" color mode.
BlendScreen(Color baseColor, Color blendColor)ColorBlends the colors by using "Screen" color mode.
BlendSoftLight(float baseValue, float blendValue)floatBlends the values by using "SoftLight" color mode.
BlendSoftLight(Color baseColor, Color blendColor)ColorBlends the colors by using "SoftLight" color mode.
BlendSubtract(float baseValue, float blendValue)floatBlends the values by using "Subtract" color mode.
BlendSubtract(Color baseColor, Color blendColor)ColorBlends the colors by using "Subtract" color mode.