Find out what you can do with a Smode element
Use Oil.docMe() to have an idea of what an object can do
The function Oil.docMe() shows the Oil class names as a hierarchy, the callable methods and variables of the element in argument.
Example:
Oil.docMe(script.parentElement.layers[0])
–> displays everything that can be callable on the Gradient :
Warning: the OwnedPointer are not parsed by the script, so some options are missing.