Method | Description | |
---|---|---|
ToBytes ( |
||
ToBytes ( |
||
ToPixbuf ( |
Method | Description | |
---|---|---|
ArtworkHelpers ( ) : System | ||
Clamp ( int val, int bottom, int top ) : int | ||
PackIYUV ( Gdk src ) : byte[] | ||
PackRgb565 ( Gdk src, bool IsBigEndian ) : byte[] | ||
Rotate ( Gdk pixbuf, int angle ) : Gdk.Pixbuf | ||
Scale ( Gdk pixbuf, int width, int height, int &widthPadding, int &heightPadding ) : Gdk.Pixbuf | ||
UnpackIYUV ( byte data, Gdk dest ) : void | ||
UnpackRgb565 ( byte data, Gdk dest, bool isbe ) : void | ||
UnpackYUV ( ushort y, ushort u, ushort v, int &r, int &g, int &b ) : void |
public static ToBytes ( |
||
format | ||
pixbuf | Gdk | |
return | byte[] |
public static ToBytes ( |
||
format | ||
pixbuf | Gdk | |
horizontalPadding | short | |
verticalPadding | short | |
return | byte[] |
public static ToPixbuf ( |
||
format | ||
data | byte | |
return | Gdk.Pixbuf |