Method Blend
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Blend(ColorBgra, ColorBgra, byte)
Smoothly blends between two colors.
public static ColorBgra Blend(ColorBgra ca, ColorBgra cb, byte cbAlpha)
Parameters
Returns
Blend(ColorBgra[])
public static ColorBgra Blend(ColorBgra[] colors)
Parameters
colors
ColorBgra[]
Returns
Blend(ColorBgra[], int, int)
public static ColorBgra Blend(ColorBgra[] colors, int startIndex, int length)
Parameters
Returns
Blend(ColorBgra*, int)
Smoothly blends the given colors together, assuming equal weighting for each one.
public static ColorBgra Blend(ColorBgra* colors, int count)