A function defined in BBMOD_Color.gml
Mix(_color, _factor)
Mixes two colors.
Name | Type | Description |
---|---|---|
_color | Struct.BBMOD_Color |
The other color to mix this one with. |
_factor | Real |
The mixing factor. Use values in range 0..1, where 0 would result into this color, 1 would be the other color and 0.5 would return a merge of both colors equally. |
Struct.BBMOD_Color
The new color.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.