Advertisement
Meliodas0_0

Untitled

Sep 16th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [DllImport("shlwapi.dll")]
  2. public static extern int ColorHLSToRGB(int param_654, int param_655, int param_656);
  3.  
  4.  
  5.  
  6. this.field_92++;
  7. if (this.field_92 > 239)
  8. {
  9. this.field_92 = 0;
  10. }
  11. this.formSkin1.FlatColor = ColorTranslator.FromWin32(Form3.ColorHLSToRGB(this.field_92, 120, 240));
  12. this.panel2.BackColor = ColorTranslator.FromWin32(Form3.ColorHLSToRGB(this.field_92, 60, 240));
  13. this.formSkin1.Refresh();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement