C# Класс PixelFarm.Agg.Imaging.AlphaMaskAdaptor

Наследование: ProxyImage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AlphaMaskAdaptor ( IImageReaderWriter image, IAlphaMask mask ) : System
AttachImage ( IImageReaderWriter image ) : void
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 color, 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
attach_alpha_mask ( IAlphaMask mask ) : void

Приватные методы

Метод Описание
init_span ( int len, byte cover ) : void
init_span ( int len, byte covers, int coversIndex ) : void
realloc_span ( int len ) : void

Описание методов

AlphaMaskAdaptor() публичный Метод

public AlphaMaskAdaptor ( IImageReaderWriter image, IAlphaMask mask ) : System
image IImageReaderWriter
mask IAlphaMask
Результат System

AttachImage() публичный Метод

public AttachImage ( IImageReaderWriter image ) : void
image IImageReaderWriter
Результат void

BlendColorHSpan() публичный Метод

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 Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
Результат void

BlendColorVSpan() публичный Метод

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 Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
Результат void

BlendHL() публичный Метод

public BlendHL ( int x1, int y, int x2, Color c, byte cover ) : void
x1 int
y int
x2 int
c Color
cover byte
Результат void

BlendSolidHSpan() публичный Метод

public BlendSolidHSpan ( int x, int y, int len, Color color, byte covers, int coversIndex ) : void
x int
y int
len int
color Color
covers byte
coversIndex int
Результат void

BlendSolidVSpan() публичный Метод

public BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c Color
covers byte
coversIndex int
Результат void

BlendVL() публичный Метод

public BlendVL ( int x, int y1, int y2, Color c, byte cover ) : void
x int
y1 int
y2 int
c Color
cover byte
Результат void

CopyColorHSpan() публичный Метод

public CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors Color
colorsIndex int
Результат void

CopyColorVSpan() публичный Метод

public CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors Color
colorsIndex int
Результат void

CopyHL() публичный Метод

public CopyHL ( int x, int y, int len, Color c ) : void
x int
y int
len int
c Color
Результат void

CopyVL() публичный Метод

public CopyVL ( int x, int y, int len, Color c ) : void
x int
y int
len int
c Color
Результат void

attach_alpha_mask() публичный Метод

public attach_alpha_mask ( IAlphaMask mask ) : void
mask IAlphaMask
Результат void