Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NewTOAPIA
Graphics
Imaging
ApplySourceAlpha
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
显示文件
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