Describes possible blur algorithms used in renderers.
You can find more information in comments below.
enum BlurType // Blur type
{
Gaussian, // Use gauss function
Average // Use average value(visually it more thick than gaussian one)
};
Namespace: | nitisa |
Include: | Nitisa/Core/BlurType.h |