Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_simple_noise_reducer.cpp File Reference

Go to the source code of this file.

Functions

int ABS (int v)
 

Function Documentation

◆ ABS()

int ABS ( int v)
inline

Definition at line 57 of file kis_simple_noise_reducer.cpp.

58{
59 if (v < 0) return -v;
60 return v;
61}
qreal v

References v.