ColorBlend Method |
| Name | Description | |
|---|---|---|
| Blend(Color, Color) |
Blends the blendColor onto the specified baseColor. Uses alpha component of blendColor
to detemine the blending factor.
| |
| Blend(Color, Color, Single) |
Blends the blendColor onto the specified baseColor. Ignores the alpha component and uses
the provided blend factor.
|