GlistEngine
Loading...
Searching...
No Matches
gHighContrast.h
Go to the documentation of this file.
1/*
2 * gHighContrast.h
3 *
4 * Created on: 17 Tem 2023
5 * Author: Batuhan Yigit
6 */
7
8#ifndef GRAPHICS_POSTEFFECTS_GHIGHCONTRAST_H_
9#define GRAPHICS_POSTEFFECTS_GHIGHCONTRAST_H_
10
11#include "gBasePostProcess.h"
12
14public:
15 gHighContrast(float intensity = 5.0f, float midpoint = 0.5f, float threshold = 0.7f);
16 virtual ~gHighContrast();
17
18 void use();
19
20protected:
21 const std::string getVertSrc();
22 const std::string getFragSrc();
23};
24
25#endif /* GRAPHICS_POSTEFFECTS_GHIGHCONTRAST_H_ */
Definition gBasePostProcess.h:15
Definition gHighContrast.h:13
gHighContrast(float intensity=5.0f, float midpoint=0.5f, float threshold=0.7f)
virtual ~gHighContrast()
const std::string getFragSrc()
const std::string getVertSrc()