Demo to create a slide-interactive slideshow for Android.
Category Archives: Matthew Wizinsky
Color Modes / beyond RGB
Hi all,
A quick note that may help with some of your sketches. As you know, RGB is the default color mode for Processing, but there are other modes. It looks like the HSB mode may be useful for some of you that are trying to control color using a single variable.
http://www.processing.org/reference/colorMode_.html
take a look here at how to change the color mode and also how you can change the range of values it will accept (for example, 0 to 100 instead of 0 to 255)
http://www.script-tutorials.com/what-is-a-color-model/
also look here at descriptions of different color models. Scroll down to HSB/ HSL for a description. For example, you can control the “Hue” by changing a single variable while keeping Saturation and Brightness constant.
Here is a quick sketch I made using the HSB model and mouseX to determine the hue. I’ve set my range to “width” so that the full width of my window becomes the range to change the “H” value in my background color. Both “S” (saturation) and “B” (brightness) are set to “width” (full value, or all the way up). :: HSB_Mouse_tutorial
Topic Brainstorm 08/28
Images from our topic and sub-topic brainstorming session on Thurs 08/28.
Energy & Open Data / Secondary Source
Illinois Tech Community Wants the EPA to Open Energy Use Data to Help Fight Climate Change
http://chicagoinno.streetwise.co/2014/08/28/illinois-tech-community-wants-the-epa-to-open-energy-use-data-to-help-fight-climate-change/