thought i’ve seen an open frameworks method for this, but can’t find it. best way to do the conversion?
thanks, nixon
thought i’ve seen an open frameworks method for this, but can’t find it. best way to do the conversion?
thanks, nixon
you’ve seen ofColor::fromHsb()? yields an ofColor, then you should get the rgb components from the .r .g .b member variables.
thanks, works fine