static extern void ColorRGBToHLS(int RGB, ref int H, ref int L, ref int S);
ColorRGBToHLS(ColorTranslator.ToWin32(C), ref H, ref L, ref S);