Blend(Color, float) Method
Blends two colors.
public Color Blend(Color other, float factor)
- Namespace
- Spectre
.Console - Containing Type
- Color
Parameters
- Color other
- The other color.
- float factor
- The blend factor.
public Color Blend(Color other, float factor)