Enum D2D1Gamma
Specifies which gamma is used for interpolation.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1Gamma
Fields
Name | Description |
---|---|
Gamma10 | Interpolation is performed in the linear-gamma color space. |
Gamma22 | Interpolation is performed in the standard RGB (sRGB) gamma. |