|
oevislib_net
0.14.3.0
|
Represents how the color information for a pixel is stored in memory. More...
Public Member Functions | |
| bool | Equals (PixelFormat other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (PixelFormat inPixelFormat1, PixelFormat inPixelFormat2) |
| static bool | operator!= (PixelFormat inPixelFormat1, PixelFormat inPixelFormat2) |
Properties | |
| PixelType | Type = PixelType.UInt8 [get, set] |
| int | Channels = 1 [get, set] |
PixelFormat Basics | |
| |
| PixelFormat () | |
| Constructs a new PixelFormat object with default values. | |
| PixelFormat (PixelType inPixelType, int inChannels) | |
| Constructs a new Pixel Format object. | |
Represents how the color information for a pixel is stored in memory.
It includes the pixel type (the bits occupied in memory) and the number of channels.