ColorOps:BlendColors(percent, color1, color2)

Version added: 11

Static method. Added in version 11

ArgumentTypeDescriptionDefaultVer
percentreala value in the range 0 to 1 to define the proportion of color1 that will appear in the output rgbcol11
color1rgb_color11
color2rgb_color11

Return type: rgb_color

This is a static method (which means that it can be used without creating an instance of the class).
For example:
local rgbCol = LM.ColorOps:BlendColors(0.75, color1, color2)