Enum ColorInterpolationMode
Defines how to interpolate between colors.
public enum ColorInterpolationMode
Fields
Premultiplied = 1
Colors are interpolated with premultiplied alpha.
Straight = 0
Colors are interpolated with straight alpha.
Defines how to interpolate between colors.
public enum ColorInterpolationMode
Premultiplied = 1
Colors are interpolated with premultiplied alpha.
Straight = 0
Colors are interpolated with straight alpha.