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