Difference between revisions of "FTC Light Sensor"

From wikidb
Jump to: navigation, search
(HSV Color Wheel)
(HSV Color Wheel)
 
(One intermediate revision by the same user not shown)
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.
 +
* [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."
 +
** "Intensity/Value mixes the above color with black to make varying degrees of brightness."
  
 
[[Image:HSVColorWheel.png]]
 
[[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