Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_convolution_painter.h File Reference
#include "kis_types.h"
#include "kis_painter.h"
#include "kis_image.h"
#include "kritaimage_export.h"

Go to the source code of this file.

Classes

class  KisConvolutionPainter
 The KisConvolutionPainter class applies a convolution kernel to a paint device. More...
 

Enumerations

enum  KisConvolutionBorderOp { BORDER_IGNORE = 0 , BORDER_REPEAT = 1 }
 

Enumeration Type Documentation

◆ KisConvolutionBorderOp

Enumerator
BORDER_IGNORE 
BORDER_REPEAT 

Definition at line 17 of file kis_convolution_painter.h.

17 {
18 BORDER_IGNORE = 0, // read the pixels outside of the application rect
19 BORDER_REPEAT = 1 // Use the border for the missing pixels
20};