Skip to main content

Reference

Welcome to the Reference section. This section contains a comprehensive list of every built-in function available in the Easel programming language. It is quite technical and is meant to be used as a reference guide when you are looking for information about a specific function. If you are looking for a more guided introduction to the language, check out the Learn section instead.

Function signatures

Each function in this reference section is presented with its signature. This describes the function's name, the parameters it takes, and the values it returns. See Calling a Function and Return Values for more information on how to call functions and how to handle their return values.