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
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyBinaryOperator ( ColorRGBA dst, ColorRGBA src ) : ColorRGBA

Описание методов

ApplyBinaryOperator() публичный Метод

public ApplyBinaryOperator ( ColorRGBA dst, ColorRGBA src ) : ColorRGBA
dst ColorRGBA
src ColorRGBA
Результат ColorRGBA