public bool Equals(Pixel3B other) { return(this == other); }
public void CopyFrom(Pixel3B pixel) { _Blue = pixel.Blue; _Red = pixel.Red; _Green = pixel.Green; }