PixelDataFormat Class |
Namespace: Aspose.PSD
The PixelDataFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitsPerPixel |
Gets the bits per pixel.
|
![]() | Caption |
Gets the pixel data format caption.
|
![]() | ChannelBits |
Gets the bits count for each channel.
|
![]() | ChannelsCount |
Gets the channels count.
|
![]() ![]() | Cmyk |
Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black.
|
![]() ![]() | Cmyka |
Gets the acmyk.
|
![]() ![]() | Grayscale |
Gets the PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval.
|
![]() ![]() | GrayscaleAlpha |
Gets the PixelDataFormat defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component.
|
![]() | PixelFormat |
Gets the pixel format.
|
![]() ![]() | Rgb16Bpp555 |
Gets the PixelDataFormat defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined.
|
![]() ![]() | Rgb16Bpp565 |
Gets the PixelDataFormat defined for 16 bits per pixel with 5 bits for red, 6 bits for green and 5 bits for blue, alpha is not defined.
|
![]() ![]() | Rgb24Bpp |
Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined.
|
![]() ![]() | Rgb24BppPng |
Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined.
|
![]() ![]() | Rgb32Bpp |
Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue.
|
![]() ![]() | Rgba32Bpp |
Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue.
|
![]() ![]() | Rgba64Bpp |
Gets the PixelDataFormat defined for 64 bits per pixel with 16 bits for each of the alpha, red, green and blue.
|
![]() ![]() | RgbIndexed1Bpp |
Gets the PixelDataFormat defined for indexed 1 bit per color.
The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used.
Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model.
|
![]() ![]() | RgbIndexed2Bpp |
Gets the PixelDataFormat defined for indexed 2 bit per color.
The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used.
Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model.
|
![]() ![]() | RgbIndexed4Bpp |
Gets the PixelDataFormat defined for indexed 4 bit per color.
The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used.
Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model.
|
![]() ![]() | RgbIndexed8Bpp |
Gets the PixelDataFormat defined for indexed 8 bit per color.
The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used.
Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model.
|
![]() ![]() | YCbCr |
Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components.
|
![]() ![]() | Ycck |
Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetBgr |
Gets BGR color with a specified number of bits per sample.
|
![]() ![]() | GetBgra |
Gets BGRA color with a specified number of bits per sample.
|
![]() ![]() | GetCieLab |
Gets CIE Lab color with a specified number of bits per sample.
|
![]() ![]() | GetCmyk(Int32) |
Gets CMYK color with a specified number of bits per sample.
|
![]() ![]() | GetCmyk(Int32, Int32, Int32, Int32) |
Gets CMYK color with a specified number of bits per sample.
|
![]() ![]() | GetCmyka |
Gets CMYKA color with a specified number of bits per sample.
|
![]() ![]() | GetGrayscale |
Gets Grayscale color with a specified number of bits per sample.
|
![]() ![]() | GetGrayscaleAlpha(Int32) |
Gets GrayscaleAlpha color with a specified number of bits per sample.
|
![]() ![]() | GetGrayscaleAlpha(Int32, Int32) |
Gets GrayscaleAlpha color with a specified number of bits per sample.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() ![]() | GetRgb(Int32) |
Gets RGB color with a specified number of bits per sample.
|
![]() ![]() | GetRgb(Int32, Int32, Int32) |
Gets RGB color with a specified number of bits per sample.
|
![]() ![]() | GetRgba(Int32) |
Gets RGBA color with a specified number of bits per sample.
|
![]() ![]() | GetRgba(Int32, Int32, Int32, Int32) |
Gets RGBA color with a specified number of bits per sample.
|
![]() ![]() | GetRgbIndexed |
Gets BGRA indexed color with a specified number of bits per sample.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | GetYCbCr(Int32) |
Gets YCbCr color with a specified number of bits per sample.
|
![]() ![]() | GetYCbCr(Int32, Int32, Int32) |
Gets YCbCr color with a specified number of bits per sample.
|
![]() ![]() | GetYcck |
Gets YCCK color with a specified number of bits per sample.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns result of equality for two PixelDataFormat classes.
|
![]() ![]() | Inequality |
Returns result of non-equality for two PixelDataFormat classes.
|