Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 347 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 347 Bytes

ColorSelector/Picker (Gives you RGB Values on mouse click) You can use this as a base to add to your program for a colorpicker/theme editor Create a Bitmap called whatever, make whatever part of your theme you want to modify with RGB_Pixel_Color; Ex. Form1.BorderColor = RGB_Pixel_Color; (RGBC = Classic Pixel Color, RGBH = Hexagonal Pixel Color)