다음을 통해 공유


IDCompositionLinearTransferEffect 인터페이스(dcomp.h)

선형 전송 효과는 각 채널에 대해 제공하는 값 목록에서 만든 선형 함수를 사용하여 이미지의 색 강도를 매핑하는 데 사용됩니다.

상속

IDCompositionLinearTransferEffect 인터페이스는 IDCompositionFilterEffect에서 상속됩니다. IDCompositionLinearTransferEffect 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IDCompositionLinearTransferEffect 인터페이스에는 이러한 메서드가 있습니다.

 
IDCompositionLinearTransferEffect::SetAlphaDisable

알파 채널에 전송 함수를 적용할지 여부를 지정합니다.
IDCompositionLinearTransferEffect::SetAlphaSlope

IDCompositionLinearTransferEffect::SetAlphaSlope 메서드는 알파 채널에 대한 선형 함수의 기울기를 설정합니다.
IDCompositionLinearTransferEffect::SetAlphaSlope

IDCompositionLinearTransferEffect::SetAlphaSlope(IDCompositionAnimation) 메서드는 알파 채널에 대한 선형 함수의 기울기를 설정합니다.
IDCompositionLinearTransferEffect::SetAlphaYIntercept

알파 채널에 대한 선형 함수의 Y 절편을 설정합니다.
IDCompositionLinearTransferEffect::SetAlphaYIntercept

알파 채널에 대한 선형 함수의 Y 절편을 설정합니다.
IDCompositionLinearTransferEffect::SetBlueDisable

IDCompositionLinearTransferEffect::SetBlueDisable 메서드는 전송 함수를 파란색 채널에 적용할지 여부를 지정합니다.
IDCompositionLinearTransferEffect::SetBlueSlope

IDCompositionLinearTransferEffect::SetBlueSlope 메서드는 파란색 채널에 대한 선형 함수의 기울기를 설정합니다.
IDCompositionLinearTransferEffect::SetBlueSlope

IDCompositionLinearTransferEffect::SetBlueSlope(IDCompositionAnimation) 메서드는 파란색 채널에 대한 선형 함수의 기울기를 설정합니다.
IDCompositionLinearTransferEffect::SetBlueYIntercept

IDCompositionLinearTransferEffect::SetBlueYIntercept 메서드는 파란색 채널에 대한 선형 함수의 Y 절편을 설정합니다.
IDCompositionLinearTransferEffect::SetBlueYIntercept

IDCompositionLinearTransferEffect::SetBlueYIntercept(IDCompositionAnimation) 메서드는 파란색 채널에 대한 선형 함수의 Y 절편을 설정합니다.
IDCompositionLinearTransferEffect::SetClampOutput

IDCompositionLinearTransferEffect::SetClampOutput 메서드는 효과가 그래프의 다음 효과에 값을 전달하기 전에 색 값을 0에서 1 사이로 고정할지 여부를 지정합니다.
IDCompositionLinearTransferEffect::SetGreenDisable

IDCompositionLinearTransferEffect::SetGreenDisable 메서드는 전송 함수를 녹색 채널에 적용할지 여부를 지정합니다.
IDCompositionLinearTransferEffect::SetGreenSlope

IDCompositionLinearTransferEffect::SetGreenSlope 메서드는 녹색 채널에 대한 선형 함수의 기울기를 설정합니다.
IDCompositionLinearTransferEffect::SetGreenSlope

IDCompositionLinearTransferEffect::SetGreenSlope(IDCompositionAnimation) 메서드는 녹색 채널에 대한 선형 함수의 기울기를 설정합니다.
IDCompositionLinearTransferEffect::SetGreenYIntercept

IDCompositionLinearTransferEffect::SetGreenYIntercept 메서드는 녹색 채널에 대한 선형 함수의 Y 절편을 설정합니다.
IDCompositionLinearTransferEffect::SetGreenYIntercept

녹색 채널에 대한 선형 함수의 Y 절편을 설정합니다.
IDCompositionLinearTransferEffect::SetRedDisable

전송 함수를 빨간색 채널에 적용할지 여부를 지정합니다. (IDCompositionLinearTransferEffect.SetRedDisable)
IDCompositionLinearTransferEffect::SetRedSlope

빨간색 채널에 대한 선형 함수의 기울기를 설정합니다. (오버로드 2/2)
IDCompositionLinearTransferEffect::SetRedSlope

빨간색 채널에 대한 선형 함수의 기울기를 설정합니다. (오버로드 1/2)
IDCompositionLinearTransferEffect::SetRedYIntercept

빨간색 채널에 대한 선형 함수의 Y 절편을 설정합니다. (오버로드 1/2)
IDCompositionLinearTransferEffect::SetRedYIntercept

빨간색 채널에 대한 선형 함수의 Y 절편을 설정합니다. (오버로드 2/2)

요구 사항

요구 사항
대상 플랫폼 Windows
헤더 dcomp.h

추가 정보

IDCompositionFilterEffect