|
oevislib_net
0.14.3.0
|
Pixel of an Image, containing 4 floating-point values. More...
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 | |||||
| |||||
| static bool | operator== (Pixel inPixel1, Pixel inPixel2) | ||||
| static bool | operator!= (Pixel inPixel1, Pixel inPixel2) | ||||
| static Pixel | operator+ (Pixel inPixel1, Pixel inPixel2) | ||||
| |||||
| static Pixel | operator- (Pixel inPixel1, Pixel inPixel2) | ||||
| |||||
| static Pixel | operator* (Pixel inPixel, float inValue) | ||||
| |||||
| static Pixel | operator/ (Pixel inPixel, float 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. | |||||