In This Article

ColorInterpolationMode Enum

Specifies the kind of interpolation to use between colors in operations like FromMix(UIColor, UIColor, double, ColorInterpolationMode).

public enum ColorInterpolationMode

Fields

Name Description
LinearRgb

Linear RGB color space, which matches human vision where it's easier to detect changes in blacks than whites.

SRgb

Basic sRGB color space.