Method: RGSS::Color.mix
- Defined in:
- lib/rgss/stubs/color.rb
.mix(color1, color2, weight) ⇒ Color
Linearly interpolates two colors using the given the weight to produce a mixture of each.
142 143 |
# File 'lib/rgss/stubs/color.rb', line 142 def self.mix(color1, color2, weight) end |