oevislib_net  0.14.3.0
Loading...
Searching...
No Matches

Represents how the color information for a pixel is stored in memory. More...

Inheritance diagram for oevislib_net.PixelFormat:

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

See also
Basics
 PixelFormat ()
 Constructs a new PixelFormat object with default values.
 PixelFormat (PixelType inPixelType, int inChannels)
 Constructs a new Pixel Format object.

Detailed Description

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.