virtual public void InitValue(ref Pixel p) { p.SetValue(0.0f, 0); }
public bool IsSamePixelToThis(Pixel obj) { return(obj == this); }