Files
redpotion/docs/redpotion_specific_features.md

300 B

Features we've added to RedPotion that don't modify an existing gem

UIColor

UIColor has a with method. Allowing you to build a color from an existing color easily

# for example that time you want your existing color, but with a slight change
color.my_custom_color.with(a: 0.5)