Difference between revisions of "FTC Light Sensor"

From wikidb
Jump to: navigation, search
(HSV Color Wheel)
(HSV Color Wheel)
 
Line 11: Line 11:
  
 
* [https://ftcforum.usfirst.org/forum/ftc-technology/android-studio/58625-urgent-color-sensor-help FTC Forum]: HSV color wheel copied from this site.
 
* [https://ftcforum.usfirst.org/forum/ftc-technology/android-studio/58625-urgent-color-sensor-help FTC Forum]: HSV color wheel copied from this site.
 
[[Image:HSVColorWheel.png]]
 
 
 
* [https://dsp.stackexchange.com/questions/30238/what-is-the-difference-between-the-terms-color-intensity-and-color-saturation/30239 HSV Component Meaning] Stackexchange
 
* [https://dsp.stackexchange.com/questions/30238/what-is-the-difference-between-the-terms-color-intensity-and-color-saturation/30239 HSV Component Meaning] Stackexchange
 
 
** "Saturation mixes the original color with white to make varying degrees of pastel color."
 
** "Saturation mixes the original color with white to make varying degrees of pastel color."
 
** "Intensity/Value mixes the above color with black to make varying degrees of brightness."
 
** "Intensity/Value mixes the above color with black to make varying degrees of brightness."
 +
 +
[[Image:HSVColorWheel.png]]
  
 
[[Image:HSVColorCylinder.png]]
 
[[Image:HSVColorCylinder.png]]

Latest revision as of 10:51, 28 September 2018

Reference

Example Code

HSV Color Wheel

  • FTC Forum: HSV color wheel copied from this site.
  • HSV Component Meaning Stackexchange
    • "Saturation mixes the original color with white to make varying degrees of pastel color."
    • "Intensity/Value mixes the above color with black to make varying degrees of brightness."

HSVColorWheel.png

HSVColorCylinder.png