virtual public void InitValue(ref Pixel p) { p.SetValue(0.0f, 0); }
public void SetValue(float val, int chl = 0) { _PixelRef.SetValue(val, chl); }