Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
BitmapExtension Member List

This is the complete list of members for BitmapExtension, including all inherited members.

BitmapExtension()BitmapExtension
ColorFromHSV(double hue, double saturation, double value)BitmapExtensionstatic
ColorToHSV(Color color, out double hue, out double saturation, out double value)BitmapExtensionstatic
ConvertBgraToRgba(byte[] bytes)BitmapExtensionprivatestatic
CreateImageThumbnail(Bitmap image, int width, int height)BitmapExtensionstatic
FileFilterBitmapExtensionstatic
FillColor(int Width, int Height, Color color)BitmapExtensionstatic
GenerateMipMaps(Bitmap bitmap)BitmapExtensionstatic
GetBitmap(byte[] Buffer, int Width, int Height, System.Drawing.Imaging.PixelFormat pixelFormat=System.Drawing.Imaging.PixelFormat.Format32bppArgb)BitmapExtensionstatic
HlsToRgb(double h, double l, double s, out int r, out int g, out int b)BitmapExtensionstatic
ImageToByte(Bitmap bitmap)BitmapExtensionstatic
QqhToRgb(double q1, double q2, double hue)BitmapExtensionprivatestatic
Resize(Image original, Size size)BitmapExtensionstatic
Resize(Image original, uint width, uint height)BitmapExtensionstatic
Resize(Image original, int width, int height)BitmapExtensionstatic
ResizeImage(Image image, int width, int height, InterpolationMode interpolationMode=InterpolationMode.HighQualityBicubic, SmoothingMode smoothingMode=SmoothingMode.HighQuality)BitmapExtensionstatic
RgbToHls(int r, int g, int b, out double h, out double l, out double s)BitmapExtensionstatic
SetChannel(Bitmap b, STChannelType channelR, STChannelType channelG, STChannelType channelB, STChannelType channelA)BitmapExtensionstatic
SetChannelByte(STChannelType channel, byte r, byte g, byte b, byte a)BitmapExtensionprivatestatic