oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
oevislib_net.Pixel Class Reference

Pixel of an Image, containing 4 floating-point values. More...

Inheritance diagram for oevislib_net.Pixel:

Public Member Functions

bool Equals (Pixel other)
override bool Equals (object obj)
override int GetHashCode ()
override object Clone ()

Properties

float this[int inIndex] [get, set]
float X [get, set]
float Y [get, set]
float Z [get, set]
float A [get, set]

Pixel Basics

See also
Basics
static bool operator== (Pixel inPixel1, Pixel inPixel2)
static bool operator!= (Pixel inPixel1, Pixel inPixel2)
static Pixel operator+ (Pixel inPixel1, Pixel inPixel2)
 
Parameters
inPixel1
inPixel2

static Pixel operator- (Pixel inPixel1, Pixel inPixel2)
 
Parameters
inPixel1
inPixel2

static Pixel operator* (Pixel inPixel, float inValue)
 
Parameters
inPixel
inValue

static Pixel operator/ (Pixel inPixel, float inValue)
 
Parameters
inPixel
inValue

static Pixel Deserialize (ByteBuffer inBuffer)
 De-serialize a Pixel buffer.
 Pixel ()
 Constructs a new Pixel object using the default value.
 Pixel (float inX, float inY=0.0f, float inZ=0.0f, float inA=0.0f)
 Constructs a new Pixel object.
ByteBuffer Serialize ()
 Serialize the Pixel object using flatbuffers.

Detailed Description

Pixel of an Image, containing 4 floating-point values.