Method | Description | |
---|---|---|
GetBitDepth ( this pixelFormat ) : Byte |
Gets the bit count for a given pixel format.
|
|
GetColorCount ( this pixelFormat ) : |
Gets the available color count for a given pixel format.
|
|
GetFormatByColorCount ( |
Gets the format by color count.
|
|
GetFriendlyName ( this pixelFormat ) : String |
Gets the friendly name of the pixel format.
|
|
GetPalette ( this image ) : List |
Gets the palette of an indexed image.
|
|
GetPaletteColorCount ( this image ) : |
Gets the palette color count.
|
|
HasAlpha ( this pixelFormat ) : System.Boolean |
Determines whether the specified pixel format has an alpha channel.
|
|
IsDeepColor ( this pixelFormat ) : System.Boolean |
Determines whether [is deep color] [the specified pixel format].
|
|
IsIndexed ( this pixelFormat ) : System.Boolean |
Determines whether the specified pixel format is indexed.
|
|
IsSupported ( this pixelFormat ) : System.Boolean |
Determines whether the specified pixel format is supported.
|
|
SetPalette ( this image, List |
Sets the palette of an indexed image.
|
public static GetBitDepth ( this pixelFormat ) : Byte | ||
pixelFormat | this | The pixel format. |
return | Byte |
public static GetColorCount ( this pixelFormat ) : |
||
pixelFormat | this | The pixel format. |
return |
public static GetFormatByColorCount ( |
||
colorCount | ||
return | PixelFormat |
public static GetFriendlyName ( this pixelFormat ) : String | ||
pixelFormat | this | The pixel format. |
return | String |
public static GetPalette ( this image ) : List |
||
image | this | The source image. |
return | List |
public static GetPaletteColorCount ( this image ) : |
||
image | this | The image. |
return |
public static HasAlpha ( this pixelFormat ) : System.Boolean | ||
pixelFormat | this | The pixel format. |
return | System.Boolean |
public static IsDeepColor ( this pixelFormat ) : System.Boolean | ||
pixelFormat | this | The pixel format. |
return | System.Boolean |
public static IsIndexed ( this pixelFormat ) : System.Boolean | ||
pixelFormat | this | The pixel format. |
return | System.Boolean |
public static IsSupported ( this pixelFormat ) : System.Boolean | ||
pixelFormat | this | The pixel format. |
return | System.Boolean |
public static SetPalette ( this image, List |
||
image | this | The target image. |
palette | List |
The palette. |
return | void |