a360ca481681cd74d6d3552a27cc886910c50a2b
				
			
			
		
	CSCE 4230 Computer Graphics
Homework 1
Problem Statement
Modify the ClickedPoints example as follow:
- 
Change the canvas size from 400x400 to 600x400.
 - 
Change the clearing color (background color) from black to grey level 0.3. That is, use 0.3 for for each of the RGB values.
 - 
Change the fragment color (point color) from red to yellow (with maximum intensity).
 - 
Change the point size from 10 to 25.
 
Submit both your HTML and JS on Canvas. Please do NOT put them in Zip archives or similar.
This shouldn't take very long at all to do, and is really mainly a warm-up exercise.
Solution
TODO: Solution
Description
				
					Languages
				
				
								
								
									JavaScript
								
								96.3%
							
						
							
								
								
									HTML
								
								3.7%