nl.kbna.dioscuri.module.video
Class Pixel

java.lang.Object
  extended by nl.kbna.dioscuri.module.video.Pixel

public class Pixel
extends java.lang.Object

Representation of pixel data, implementing the R, G, and B values.


Field Summary
(package private)  byte blue
           
(package private)  byte green
           
(package private)  byte red
           
 
Constructor Summary
Pixel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

byte red

green

byte green

blue

byte blue
Constructor Detail

Pixel

public Pixel()