HipByte / RubyMotionSamples

A collection of RubyMotion applications for code samples.
http://www.rubymotion.com
1.21k stars 341 forks source link

Fix red component of random color #65

Closed benstiglitz closed 9 years ago

benstiglitz commented 9 years ago

The red component was being divided by 100 twice, yielding a color with almost no red component. Removes the second division.

Watson1978 commented 9 years ago

Thanks.