class PColor extends Object
byte
blue
green
red
PColor(byte red, byte green, byte blue)
void
serialize(byte[] data, int offset)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public byte red
public byte green
public byte blue
public PColor(byte red, byte green, byte blue)
public void serialize(byte[] data, int offset)
public String toString()
toString
Object
Copyright © 2016 Open Microscopy Environment