Krita Source Code Documentation
Loading...
Searching...
No Matches
KisScreentoneBrightnessContrastFunctions::Identity Class Reference

#include <KisScreentoneBrightnessContrastFunctions.h>

Public Member Functions

qreal operator() (qreal x) const
 

Detailed Description

Definition at line 16 of file KisScreentoneBrightnessContrastFunctions.h.

Member Function Documentation

◆ operator()()

qreal KisScreentoneBrightnessContrastFunctions::Identity::operator() ( qreal x) const
inline

Definition at line 19 of file KisScreentoneBrightnessContrastFunctions.h.

20 {
21 return x;
22 }

The documentation for this class was generated from the following file: