Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.82 KB

nf-dcomp-idcompositionlineartransfereffect-setbluedisable.md

File metadata and controls

72 lines (59 loc) · 2.82 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:dcomp.IDCompositionLinearTransferEffect.SetBlueDisable
IDCompositionLinearTransferEffect::SetBlueDisable (dcomp.h)
The IDCompositionLinearTransferEffect::SetBlueDisable method specifies whether to apply the transfer function to the blue channel.
IDCompositionLinearTransferEffect interface [DirectComposition]
SetBlueDisable method
IDCompositionLinearTransferEffect.SetBlueDisable
IDCompositionLinearTransferEffect::SetBlueDisable
SetBlueDisable
SetBlueDisable method [DirectComposition]
SetBlueDisable method [DirectComposition]
IDCompositionLinearTransferEffect interface
dcomp/IDCompositionLinearTransferEffect::SetBlueDisable
directcomp.idcompositionlineartransfereffect_setbluedisable
directcomp\idcompositionlineartransfereffect_setbluedisable.htm
directcomp
DE87E53B-4469-4B30-8397-6A0712DE8A6C
06/23/2022
IDCompositionLinearTransferEffect interface [DirectComposition],SetBlueDisable method, IDCompositionLinearTransferEffect.SetBlueDisable, IDCompositionLinearTransferEffect::SetBlueDisable, SetBlueDisable, SetBlueDisable method [DirectComposition], SetBlueDisable method [DirectComposition],IDCompositionLinearTransferEffect interface, dcomp/IDCompositionLinearTransferEffect::SetBlueDisable, directcomp.idcompositionlineartransfereffect_setbluedisable
dcomp.h
Windows
Dcomp.lib
Dcomp.dll
Windows
19H1
IDCompositionLinearTransferEffect::SetBlueDisable
dcomp/IDCompositionLinearTransferEffect::SetBlueDisable
c++
APIRef
kbSyntax
COM
Dcomp.dll
IDCompositionLinearTransferEffect.SetBlueDisable

IDCompositionLinearTransferEffect::SetBlueDisable

-description

Specifies whether to apply the transfer function to the blue channel.

-parameters

-param blueDisable [in]

Type: BOOL

A boolean value that specifies whether to apply the transfer function to the blue channel. If you set this to TRUE the effect does not apply the transfer function to the blue channel. If you set this to FALSE it applies the BlueLinearTransfer function to the blue channel.

-returns

Type: HRESULT

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

-see-also

IDCompositionLinearTransferEffect