|
PngCs
1.1.4
A C# library for read/write PNG images
|
This is the complete list of members for Hjg.Pngcs.ImageLineHelper, including all inherited members.
| ClampDouble(double i) | Hjg.Pngcs.ImageLineHelper | static |
| ClampTo_0_255(int i) | Hjg.Pngcs.ImageLineHelper | static |
| ClampTo_0_65535(int i) | Hjg.Pngcs.ImageLineHelper | static |
| ClampTo_128_127(int x) | Hjg.Pngcs.ImageLineHelper | static |
| FromARGB8(int val, int[] buff, int offset, bool alpha) | Hjg.Pngcs.ImageLineHelper | static |
| FromARGB8(int val, byte[] buff, int offset, bool alpha) | Hjg.Pngcs.ImageLineHelper | static |
| GetPixelToARGB8(ImageLine line, int column) | Hjg.Pngcs.ImageLineHelper | static |
| Interpol(int a, int b, int c, int d, double dx, double dy) | Hjg.Pngcs.ImageLineHelper | static |
| Pack(ImageInfo imgInfo, int[] src, int[] dst, bool scale) | Hjg.Pngcs.ImageLineHelper | static |
| Pack(ImageInfo imgInfo, byte[] src, byte[] dst, bool scale) | Hjg.Pngcs.ImageLineHelper | static |
| Palette2rgb(ImageLine line, PngChunkPLTE pal, PngChunkTRNS trns, int[] buf) | Hjg.Pngcs.ImageLineHelper | static |
| Palette2rgb(ImageLine line, PngChunkPLTE pal, int[] buf) | Hjg.Pngcs.ImageLineHelper | static |
| ReadDouble(ImageLine line, int pos) | Hjg.Pngcs.ImageLineHelper | static |
| SetPixel(ImageLine line, int col, int r, int g, int b, int a) | Hjg.Pngcs.ImageLineHelper | static |
| SetPixel(ImageLine line, int col, int r, int g, int b) | Hjg.Pngcs.ImageLineHelper | static |
| SetPixelFromARGB8(ImageLine line, int column, int argb) | Hjg.Pngcs.ImageLineHelper | static |
| ToARGB8(int r, int g, int b) | Hjg.Pngcs.ImageLineHelper | static |
| ToARGB8(int r, int g, int b, int a) | Hjg.Pngcs.ImageLineHelper | static |
| ToARGB8(int[] buff, int offset, bool alpha) | Hjg.Pngcs.ImageLineHelper | static |
| ToARGB8(byte[] buff, int offset, bool alpha) | Hjg.Pngcs.ImageLineHelper | static |
| Unpack(ImageInfo imgInfo, int[] src, int[] dst, bool scale) | Hjg.Pngcs.ImageLineHelper | static |
| Unpack(ImageInfo imgInfo, byte[] src, byte[] dst, bool scale) | Hjg.Pngcs.ImageLineHelper | static |
| WriteDouble(ImageLine line, double d, int pos) | Hjg.Pngcs.ImageLineHelper | static |
1.8.2