BlendMode.hpp
7 // In no event will the authors be held liable for any damages arising from the use of this software.
60 OneMinusDstAlpha
73 ReverseSubtract
(1, 1, 1, 1) - (dst.r, dst.g, dst.b, dst.a)
Definition: BlendMode.hpp:56
Factor colorDstFactor
Destination blending factor for the color channels.
Definition: BlendMode.hpp:116
(1, 1, 1, 1) - (src.a, src.a, src.a, src.a)
Definition: BlendMode.hpp:58
(1, 1, 1, 1) - (src.r, src.g, src.b, src.a)
Definition: BlendMode.hpp:54
Definition: AlResource.hpp:34
Factor alphaDstFactor
Destination blending factor for the alpha channel.
Definition: BlendMode.hpp:119