C# Class PixelFarm.Agg.Imaging.FormatTransposer

Inheritance: ProxyImage
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
BlendColorHSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
BlendColorVSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
BlendHL ( int x1, int y, int x2, Color c, byte cover ) : void
BlendSolidHSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
BlendVL ( int x, int y1, int y2, Color c, byte cover ) : void
CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
CopyHL ( int x, int y, int len, Color c ) : void
CopyVL ( int x, int y, int len, Color c ) : void
FormatTransposer ( IImageReaderWriter pixelFormat ) : PixelFarm.Drawing
GetPixel ( int x, int y ) : Color

Method Details

BlendColorHSpan() public méthode

public BlendColorHSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
Résultat void

BlendColorVSpan() public méthode

public BlendColorVSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
Résultat void

BlendHL() public méthode

public BlendHL ( int x1, int y, int x2, Color c, byte cover ) : void
x1 int
y int
x2 int
c PixelFarm.Drawing.Color
cover byte
Résultat void

BlendSolidHSpan() public méthode

public BlendSolidHSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c PixelFarm.Drawing.Color
covers byte
coversIndex int
Résultat void

BlendSolidVSpan() public méthode

public BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c PixelFarm.Drawing.Color
covers byte
coversIndex int
Résultat void

BlendVL() public méthode

public BlendVL ( int x, int y1, int y2, Color c, byte cover ) : void
x int
y1 int
y2 int
c PixelFarm.Drawing.Color
cover byte
Résultat void

CopyColorHSpan() public méthode

public CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
Résultat void

CopyColorVSpan() public méthode

public CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
Résultat void

CopyHL() public méthode

public CopyHL ( int x, int y, int len, Color c ) : void
x int
y int
len int
c PixelFarm.Drawing.Color
Résultat void

CopyVL() public méthode

public CopyVL ( int x, int y, int len, Color c ) : void
x int
y int
len int
c PixelFarm.Drawing.Color
Résultat void

FormatTransposer() public méthode

public FormatTransposer ( IImageReaderWriter pixelFormat ) : PixelFarm.Drawing
pixelFormat IImageReaderWriter
Résultat PixelFarm.Drawing

GetPixel() public méthode

public GetPixel ( int x, int y ) : Color
x int
y int
Résultat PixelFarm.Drawing.Color