IWICDevelopRaw

Undocumented in source.
version(Windows)
interface IWICDevelopRaw : IWICBitmapFrameDecode {}

Members

Functions

GetContrast
HRESULT GetContrast(double* pContrast)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetCurrentParameterSet
HRESULT GetCurrentParameterSet(IPropertyBag2* ppCurrentParameterSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetExposureCompensation
HRESULT GetExposureCompensation(double* pEV)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetGamma
HRESULT GetGamma(double* pGamma)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetKelvinRangeInfo
HRESULT GetKelvinRangeInfo(UINT* pMinKelvinTemp, UINT* pMaxKelvinTemp, UINT* pKelvinTempStepValue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNamedWhitePoint
HRESULT GetNamedWhitePoint(WICNamedWhitePoint* pWhitePoint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetNoiseReduction
HRESULT GetNoiseReduction(double* pNoiseReduction)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRenderMode
HRESULT GetRenderMode(WICRawRenderMode* pRenderMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetRotation
HRESULT GetRotation(double* pRotation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSaturation
HRESULT GetSaturation(double* pSaturation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSharpness
HRESULT GetSharpness(double* pSharpness)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTint
HRESULT GetTint(double* pTint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetToneCurve
HRESULT GetToneCurve(UINT cbToneCurveBufferSize, WICRawToneCurve* pToneCurve, UINT* pcbActualToneCurveBufferSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetWhitePointKelvin
HRESULT GetWhitePointKelvin(UINT* pWhitePointKelvin)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetWhitePointRGB
HRESULT GetWhitePointRGB(UINT* pRed, UINT* pGreen, UINT* pBlue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadParameterSet
HRESULT LoadParameterSet(WICRawParameterSet ParameterSet)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryRawCapabilitiesInfo
HRESULT QueryRawCapabilitiesInfo(WICRawCapabilitiesInfo* pInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetContrast
HRESULT SetContrast(double Contrast)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetDestinationColorContext
HRESULT SetDestinationColorContext(IWICColorContext pColorContext)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetExposureCompensation
HRESULT SetExposureCompensation(double ev)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetGamma
HRESULT SetGamma(double Gamma)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetNamedWhitePoint
HRESULT SetNamedWhitePoint(WICNamedWhitePoint WhitePoint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetNoiseReduction
HRESULT SetNoiseReduction(double NoiseReduction)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetNotificationCallback
HRESULT SetNotificationCallback(IWICDevelopRawNotificationCallback pCallback)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetRenderMode
HRESULT SetRenderMode(WICRawRenderMode RenderMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetRotation
HRESULT SetRotation(double Rotation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetSaturation
HRESULT SetSaturation(double Saturation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetSharpness
HRESULT SetSharpness(double Sharpness)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTint
HRESULT SetTint(double Tint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetToneCurve
HRESULT SetToneCurve(UINT cbToneCurveSize, const(WICRawToneCurve)* pToneCurve)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetWhitePointKelvin
HRESULT SetWhitePointKelvin(UINT WhitePointKelvin)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetWhitePointRGB
HRESULT SetWhitePointRGB(UINT Red, UINT Green, UINT Blue)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IWICBitmapFrameDecode

GetMetadataQueryReader
HRESULT GetMetadataQueryReader(IWICMetadataQueryReader* ppIMetadataQueryReader)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetColorContexts
HRESULT GetColorContexts(UINT cCount, IWICColorContext* ppIColorContexts, UINT* pcActualCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetThumbnail
HRESULT GetThumbnail(IWICBitmapSource* ppIThumbnail)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta