Table of Contents

Enum PngSrgbProperties

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Specifies the Portable Network Graphics (PNG) sRGB chunk metadata properties.

public enum PngSrgbProperties

Fields

RenderingIntent = 1

[VT_UI1] Indicates the rendering intent for an sRGB color space image. The rendering intents have the following meaning.

ValueMeaning
0Perceptual
1Relative colorimetric
2Saturation
3Absolute colorimetric

?