Ejemplo n.º 1
0
 //update image
 protected void UpdatePlaneImage()
 {
     if (_plane == null || _plane.Image == null)
     {
         return;
     }
     OnUpdatePlaneImage(_plane.Image);
     //quantization
     _plane.Refresh();
 }
Ejemplo n.º 2
0
 private void filter_ShiftStateChanged(object sender, EventArgs e)
 {
     colorSelectionPlane1.Refresh();
     colorSelectionFader1.Refresh();
 }