summaryrefslogtreecommitdiffhomepage
path: root/test/color_spec.rb
AgeCommit message (Collapse)Author
2017-06-03Use named arguments (#65)lstrzebinczyk
2017-05-20Remove trailing whitespace everywhereTom Black
It's what all the kids are doing
2017-04-28Opacity improvementsTom Black
Adds opacity attribute reader for `Ruby2D::Color` and `Ruby2D::Color::Set`. Adds `opacity/=` method to renderable objects, a shortcut for `obj.color.opacity/=`.
2017-02-16Improve hex color handlingTom Black
2016-12-24Merge all tests into `test/` directoryTom Black