well... maybe not. I've included getcolor in a larger program that
some of my collaborators are using. At the moment it seems to be
breaking the program. I'm calling:
test = getcolor('red')
and it is returning a [255,0,0] The problem is that I was expecting a
long integer, not an array. What conditions are causing it to return
an array with three elements? I thought it always returned an
integer.