C# Class 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.
Inheritance: IBinaryColorOperator
Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
ApplyBinaryOperator ( ColorRGBA dst, ColorRGBA src ) : ColorRGBA

Method Details

ApplyBinaryOperator() public method

public ApplyBinaryOperator ( ColorRGBA dst, ColorRGBA src ) : ColorRGBA
dst ColorRGBA
src ColorRGBA
return ColorRGBA