private void trkHue_Scroll(object sender, EventArgs e) { if (MiniGrouperScript == null) { return; } MiniGrouperScript.UpdateRingHue(trkHue.Value); }