![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| It will include all colors that are greater than 100 distance from blue. If the blue value is 0, it still depends on the value of red and green. Review the distance formula. Take then color you are uncertain about and plug it into the formula. If the function returns a number > 100 then it will be affected, otherwise it will not. Kelly Lyons |
| It looks like that's just a typing error, pretend like it is indented correctly! Summer McWilliams |
| Because the distance from (255,255,1) is greater than 100 distance from blue which is the (0,0,100) so it will set the blue to 0 even though the blue value is not more than 100. Review what the distance function does to understand this more Kelly Lyons |