ColorInterpolationMode Enum

Definition

Determines how the colors in a gradient are interpolated.

public enum class ColorInterpolationMode
public enum ColorInterpolationMode
type ColorInterpolationMode = 
Public Enum ColorInterpolationMode
Inheritance
ColorInterpolationMode

Fields

ScRgbLinearInterpolation 0

Colors are interpolated in the scRGB color space.

SRgbLinearInterpolation 1

Colors are interpolated in the sRGB color space.

Applies to

See also