April 2006 - Posts
In my last entry , I provided some code to convert from the HSB color space to the RGB color space. Note that we are actually referring to the HSL color space, not the HSB color space. I am using the name HSB because this is the convention used by the
Read More...
I want to digress a bit from the controls we have been drawing and measuring to talk a bit about color. In some of the examples we have been building, we have been trying to make it possible to set the color just one time rather than explicitly specifying
Read More...
We have been exploring the technique of pre-rasterizing vector images, and the last time around we took a look at a particular example where pre-rendering our vector image performed better than real-time rendering when the image is small, but that the
Read More...