12#ifndef BLENDFUNCTION_H_6014714286
13#define BLENDFUNCTION_H_6014714286
19#include <Carna/Carna.h>
Represents an association.
Defines how alpha blending is to be performed.
int destinationFactor
Holds the destination factor.
int sourceFactor
Holds the source factor.
BlendFunction(int sourceFactor, int destinationFactor)
Creates blend function with sourceFactor and destinationFactor.
bool operator==(const BlendFunction &other) const
Tells whether this function equals other.