Color Picker
Color Picker-2
Color Picker-3

Project information

Color Picker

I created this color picker which is touch pad oriented for mostly gaming and design enviornments. This app displays a wheel of colors and when dragged changes to the color of its respective RGB numbers. The Color Picker also used the Canvas Component and Image Sprites to create a color picker using the color blocks by splitting the colors into the three RGB values. How it works is when the Color_Picker (ball in the center) is dragged, the background color gets changed into the color at the X, Y position in the Color_Wheel. Finally, a split was used for the RGB colors by way of using the index 1, 2, 3 representing each RGB color of red, green, and blue. To do this, a join was used splitting up the values into the selected list item block. The split color does the oppositive of make color in that it uses a variable holding the color which represents a color and returns a list of RGB values. See video below.