Méthode | Description | |
---|---|---|
Apply ( |
||
Apply ( |
||
Apply ( |
||
Apply ( |
||
ApplyBase ( |
Provides a default implementation for performing dst = F(dst, src) or F(src) over some rectangle of interest. May be slightly faster than calling the other multi-parameter Apply method, as less variables are used in the implementation, thus inducing less register pressure.
|
|
ComputeAlpha ( byte la, byte ra ) : byte |
Computes alpha for r OVER l operation.
|
|
PixelOp ( ) : System |
public Apply ( |
||
dst | ||
src | ||
length | int | |
Résultat | void |
public Apply ( |
||
dst | ||
dstOffset | Gdk | |
src | ||
srcOffset | Gdk | |
roiSize | Gdk | |
Résultat | void |
public Apply ( |
||
dst | ||
dstOffset | Gdk | |
src | ||
srcOffset | Gdk | |
scanLength | int | |
Résultat | void |
public Apply ( |
||
dst | ||
src | ||
rois | Gdk | |
startIndex | int | |
length | int | |
Résultat | void |
public ApplyBase ( |
||
dst | The Surface to write pixels to, and from which pixels are read and used as the lhs parameter for calling the method ColorBgra Apply(ColorBgra, ColorBgra). | |
dstOffset | Gdk | The pixel offset that defines the upper-left of the rectangle-of-interest for the dst Surface. |
src | The Surface to read pixels from for the rhs parameter given to the method ColorBgra Apply(ColorBgra, ColorBgra)b>. | |
srcOffset | Gdk | The pixel offset that defines the upper-left of the rectangle-of-interest for the src Surface. |
roiSize | Gdk | The size of the rectangles-of-interest for all Surfaces. |
Résultat | void |
public static ComputeAlpha ( byte la, byte ra ) : byte | ||
la | byte | |
ra | byte | |
Résultat | byte |