ColorExtensionsBlend Method

Overload List

Blend(Color32, Color32) Blends the specified foreColor and backColor in the sRGB color space. It returns foreColor if it has no transparency (that is, when A is 255); otherwise, the result of the blending.
Blend(Color64, Color64) Blends the specified foreColor and backColor in the sRGB color space. It returns foreColor if it has no transparency (that is, when A is 65535); otherwise, the result of the blending.
Blend(ColorF, ColorF) Blends the specified foreColor and backColor in the linear color space. It returns foreColor if it has no transparency (that is, when A is greater than or equal to 1); otherwise, the result of the blending.
Blend(PColor32, PColor32) Blends the specified foreColor and backColor in the sRGB color space. It returns foreColor if it has no transparency (that is, when A is 255); otherwise, the result of the blending.
Blend(PColor64, PColor64) Blends the specified foreColor and backColor in the sRGB color space. It returns foreColor if it has no transparency (that is, when A is 65535); otherwise, the result of the blending.
Blend(PColorF, PColorF) Blends the specified foreColor and backColor in the linear color space. It returns foreColor if it has no transparency (that is, when A is greater than or equal to 1); otherwise, the result of the blending.
Blend(Color32, Color32, WorkingColorSpace) Blends the specified foreColor and backColor in the specified colorSpace. It returns foreColor if it has no transparency (that is, when A is 255); otherwise, the result of the blending.
Blend(Color64, Color64, WorkingColorSpace) Blends the specified foreColor and backColor in the specified colorSpace. It returns foreColor if it has no transparency (that is, when A is 65535); otherwise, the result of the blending.
Blend(ColorF, ColorF, WorkingColorSpace) Blends the specified foreColor and backColor in the specified colorSpace. It returns foreColor if it has no transparency (that is, when A is greater than or equal to 1); otherwise, the result of the blending.
Blend(PColor32, PColor32, WorkingColorSpace) Blends the specified foreColor and backColor in the specified colorSpace. It returns foreColor if it has no transparency (that is, when A is 255); otherwise, the result of the blending.
Blend(PColor64, PColor64, WorkingColorSpace) Blends the specified foreColor and backColor in the specified colorSpace. It returns foreColor if it has no transparency (that is, when A is 65535); otherwise, the result of the blending.
Blend(PColorF, PColorF, WorkingColorSpace) Blends the specified foreColor and backColor in the specified colorSpace. It returns foreColor if it has no transparency (that is, when A is greater than or equal to 1); otherwise, the result of the blending.

See Also