Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pinta
Core
HueSaturationEffect
C# Class Pinta.Core.HueSaturationEffect
Inheritance:
BaseEffect
Mostra file
Open project: xxgreg/Pinta
Private Properties
Property
Type
Description
Public Methods
Method
Description
HueSaturationEffect
( ) :
System
LaunchConfiguration
( ) :
bool
RenderEffect
(
ImageSurface
src
,
ImageSurface
dest
,
Gdk
rois
) :
void
Method Details
HueSaturationEffect()
public
method
public
HueSaturationEffect
( ) :
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