Difference between revisions of "FTC Light Sensor"

From wikidb
Jump to: navigation, search
(HSV Color Wheel)
(HSV Color Wheel)
Line 13: Line 13:
  
 
[[Image:HSVColorWheel.png]]
 
[[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
 +
 +
** "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:HSVColorCylinder.png]]
 
[[Image:HSVColorCylinder.png]]

Revision as of 10:43, 28 September 2018

Reference

Example Code

HSV Color Wheel

  • FTC Forum: HSV color wheel copied from this site.

HSVColorWheel.png

    • "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."

HSVColorCylinder.png