Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Pinta
Core
CurvesEffect
C# Class Pinta.Core.CurvesEffect
Inheritance:
BaseEffect
ファイルを表示
Open project: xxgreg/Pinta
Public Methods
Method
Description
LaunchConfiguration
( ) :
bool
RenderEffect
(
ImageSurface
src
,
ImageSurface
dest
,
Gdk
rois
) :
void
Private Methods
Method
Description
MakeUop
( ) :
UnaryPixelOp
Method Details
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