2.2.2.6 MilColorInterpolationMode

The MilColorInterpolationMode enumeration determines how the colors in a gradient are interpolated.

 typedef  enum
 {
   ScRgbLinearInterpolation = 0x00000000,
   SRgbLinearInterpolation = 0x00000001
 } MilColorInterpolationMode;

ScRgbLinearInterpolation:  Colors are interpolated in the scRGB color space.

SRgbLinearInterpolation:  Colors are interpolated in the sRGB color space.