C# Class Pinta.Core.UnaryPixelOp

Inheritance: PixelOp
Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra dst, ColorBgra src, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
Apply ( ImageSurface surface, Gdk roi ) : void
Apply ( ImageSurface dst, Gdk dstOffset, ImageSurface src, Gdk srcOffset, int scanLength ) : void
Apply ( ImageSurface surface, Gdk roi, int startIndex, int length ) : void
Apply ( ImageSurface dst, ImageSurface src, Gdk roi ) : void
UnaryPixelOp ( ) : System

Private Methods

Method Description
ApplyRectangle ( ImageSurface surface, Gdk rect ) : void

Method Details

Apply() public abstract method

public abstract Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
return ColorBgra

Apply() public method

public Apply ( ColorBgra dst, ColorBgra src, int length ) : void
dst ColorBgra
src ColorBgra
length int
return void

Apply() public method

public Apply ( ColorBgra ptr, int length ) : void
ptr ColorBgra
length int
return void

Apply() public method

public Apply ( ImageSurface surface, Gdk roi ) : void
surface Cairo.ImageSurface
roi Gdk
return void

Apply() public method

public Apply ( ImageSurface dst, Gdk dstOffset, ImageSurface src, Gdk srcOffset, int scanLength ) : void
dst Cairo.ImageSurface
dstOffset Gdk
src Cairo.ImageSurface
srcOffset Gdk
scanLength int
return void

Apply() public method

public Apply ( ImageSurface surface, Gdk roi, int startIndex, int length ) : void
surface Cairo.ImageSurface
roi Gdk
startIndex int
length int
return void

Apply() public method

public Apply ( ImageSurface dst, ImageSurface src, Gdk roi ) : void
dst Cairo.ImageSurface
src Cairo.ImageSurface
roi Gdk
return void

UnaryPixelOp() public method

public UnaryPixelOp ( ) : System
return System