15#ifndef BLENDFUNCTION_H_6014714286
16#define BLENDFUNCTION_H_6014714286
Contains forward-declarations.
Represents an association.
Defines how alpha blending is to be performed.
BlendFunction(int sourceFactor, int destinationFactor)
Creates blend function with sourceFactor and destinationFactor.
int destinationFactor
Holds the destination factor.
bool operator==(const BlendFunction &other) const
Tells whether this function equals other.
int sourceFactor
Holds the source factor.