Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pinta
Core
GlowEffect
C# Class Pinta.Core.GlowEffect
Inheritance:
BaseEffect
Show file
Open project: xxgreg/Pinta
Class Usage Examples
Public Methods
Method
Description
GlowEffect
( ) :
System
LaunchConfiguration
( ) :
bool
RenderEffect
(
ImageSurface
src
,
ImageSurface
dest
,
Gdk
rois
) :
void
Method Details
GlowEffect()
public
method
public
GlowEffect
( ) :
System
return
System
LaunchConfiguration()
public
method
public
LaunchConfiguration
( ) :
bool
return
bool
RenderEffect()
public
method
public
RenderEffect
(
ImageSurface
src
,
ImageSurface
dest
,
Gdk
rois
) :
void
src
Cairo.ImageSurface
dest
Cairo.ImageSurface
rois
Gdk
return
void