TheBlendEquation constructor

TheBlendEquation(
  1. int equation,
  2. int srcFactor,
  3. int dstFactor
)

Implementation

TheBlendEquation(this.equation, this.srcFactor, this.dstFactor);