C# 클래스 NewTOAPIA.Graphics.Imaging.ApplySourceAlpha

For this one, we take the alpha channel of the source, and multiply it against the pixel values in the destination. Return the destination.
상속: IBinaryColorOperator
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
ApplyBinaryOperator ( ColorRGBA dst, ColorRGBA src ) : ColorRGBA

메소드 상세

ApplyBinaryOperator() 공개 메소드

public ApplyBinaryOperator ( ColorRGBA dst, ColorRGBA src ) : ColorRGBA
dst ColorRGBA
src ColorRGBA
리턴 ColorRGBA