ColorOps:InvertColor(r, g, b, a)

Version added: 11

Static method. Added in version 11

ArgumentTypeDescriptionDefaultVer
rint11
gint11
bint11
aint25511

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:InvertColor(10, 20, 30, 40)