Krita Source Code Documentation
Loading...
Searching...
No Matches
KisScreentoneScreentoneFunctions::DotsSquare Class Reference

#include <KisScreentoneScreentoneFunctions.h>

+ Inheritance diagram for KisScreentoneScreentoneFunctions::DotsSquare:

Public Member Functions

qreal operator() (qreal x, qreal y) const
 

Detailed Description

Definition at line 143 of file KisScreentoneScreentoneFunctions.h.

Member Function Documentation

◆ operator()()

qreal KisScreentoneScreentoneFunctions::DotsSquare::operator() ( qreal x,
qreal y ) const

Definition at line 193 of file KisScreentoneScreentoneFunctions.cpp.

194{
195 return std::max(triangle(x), triangle(y));
196}

References KisScreentoneScreentoneFunctions::triangle().


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