Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.55 KB

nf-wincodec-iwicdevelopraw-setcontrast.md

File metadata and controls

72 lines (58 loc) · 2.55 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wincodec.IWICDevelopRaw.SetContrast
IWICDevelopRaw::SetContrast (wincodec.h)
Sets the contrast value of the raw image.
IWICDevelopRaw interface [Windows Imaging Component]
SetContrast method
IWICDevelopRaw.SetContrast
IWICDevelopRaw::SetContrast
SetContrast
SetContrast method [Windows Imaging Component]
SetContrast method [Windows Imaging Component]
IWICDevelopRaw interface
_wic_codec_iwicdevelopraw_setcontrast
wic._wic_codec_iwicdevelopraw_setcontrast
wincodec/IWICDevelopRaw::SetContrast
wic\_wic_codec_iwicdevelopraw_setcontrast.htm
wic
5013d351-e96d-44c7-88d7-65a55e474b01
12/05/2018
IWICDevelopRaw interface [Windows Imaging Component],SetContrast method, IWICDevelopRaw.SetContrast, IWICDevelopRaw::SetContrast, SetContrast, SetContrast method [Windows Imaging Component], SetContrast method [Windows Imaging Component],IWICDevelopRaw interface, _wic_codec_iwicdevelopraw_setcontrast, wic._wic_codec_iwicdevelopraw_setcontrast, wincodec/IWICDevelopRaw::SetContrast
wincodec.h
Windows
Windows XP with SP2, Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Wincodec.idl
Windowscodecs.lib
Windowscodecs.dll
Windows
19H1
IWICDevelopRaw::SetContrast
wincodec/IWICDevelopRaw::SetContrast
c++
APIRef
kbSyntax
COM
Windowscodecs.dll
IWICDevelopRaw.SetContrast

IWICDevelopRaw::SetContrast

-description

Sets the contrast value of the raw image.

-parameters

-param Contrast [in]

Type: double

The contrast value of the raw image. The default value is the "as-shot" setting. The value range for contrast is 0.0 through 1.0. The 0.0 lower limit represents no contrast applied to the image, while the 1.0 upper limit represents the highest amount of contrast that can be applied.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

The codec implementer must determine what the upper range value represents and must determine how to map the value to their image processing routines.