IWICDevelopRaw interface
Exposes methods that provide access to the capabilites of a raw codec format.
Members
The IWICDevelopRaw interface inherits from IWICBitmapFrameDecode. IWICDevelopRaw also has these types of members:
Methods
The IWICDevelopRaw interface has these methods.
| Method | Description |
|---|---|
| GetContrast |
Gets the contrast value of the raw image. |
| GetCurrentParameterSet |
Gets the current set of parameters. |
| GetExposureCompensation |
Gets the exposure compensation stop value of the raw image. |
| GetGamma |
Gets the current gamma setting of the raw image. |
| GetKelvinRangeInfo |
Gets the information about the current Kelvin range of the raw image. |
| GetNamedWhitePoint |
Gets the named white point of the raw image. |
| GetNoiseReduction |
Gets the noise reduction value of the raw image. |
| GetRenderMode |
Gets the current WICRawRenderMode. |
| GetRotation |
Gets the current rotation angle. |
| GetSaturation |
Gets the saturation value of the raw image. |
| GetSharpness |
Gets the sharpness value of the raw image. |
| GetTint |
Gets the tint value of the raw image. |
| GetToneCurve |
Gets the tone curve of the raw image. |
| GetWhitePointKelvin |
Gets the white point Kelvin temperature of the raw image. |
| GetWhitePointRGB |
Gets the white point RGB values. |
| LoadParameterSet |
Sets the desired WICRawParameterSet option. |
| QueryRawCapabilitiesInfo |
Retrieves information about which capabilities are supported for a raw image. |
| SetContrast |
Sets the contrast value of the raw image. |
| SetDestinationColorContext |
Sets the destination color context. |
| SetExposureCompensation |
Sets the exposure compensation stop value. |
| SetGamma |
Sets the desired gamma value. |
| SetNamedWhitePoint |
Sets the named white point of the raw file. |
| SetNoiseReduction |
Sets the noise reduction value of the raw image. |
| SetNotificationCallback |
Sets the notification callback method. |
| SetRenderMode |
Sets the current WICRawRenderMode. |
| SetRotation |
Sets the desired rotation angle. |
| SetSaturation |
Sets the saturation value of the raw image. |
| SetSharpness |
Sets the sharpness value of the raw image. |
| SetTint |
Sets the tint value of the raw image. |
| SetToneCurve |
Sets the tone curve for the raw image. |
| SetWhitePointKelvin |
Sets the white point Kelvin value. |
| SetWhitePointRGB |
Sets the white point RGB values. |
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also
- IWICBitmapFrameDecode
- Conceptual
- Windows Imaging Component Overview
- WIC GUIDs and CLSIDs
- Other Resources
- How to Write a WIC-Enabled CODEC