The PIXI filter
The function to be called to update a parameter (with a boolean)
The function to be called to update a parameter (with a number)
The function to be called to update the filter at every frame before the rendering.
The function to be called to update a parameter (with a string)
A wrapper allowing to create a PIXI filter and update it using a common interface
Function to call to create the filter
The function to be called to update a parameter (with a boolean)
The function to be called to update a parameter (with a number)
The function to be called to update the filter at every frame before the rendering.
The function to be called to update a parameter (with a string)
Enable an effect.
The filter to enable or disable
Set to true to enable, false to disable
Return the creator for the filter with the given name, if any.
The name of the filter to get
The filter creator, if any (null otherwise).
Check if an effect is enabled.
The filter to be checked
true if the filter is enabled
Register a new PIXI filter creator, to be used by GDJS.
The name of the filter to get
The object used to create the filter.
Convert a string RGB color ("rrr;ggg;bbb") or a hex string (#rrggbb) to a hex number.
The color as a RGB string or hex string
Generated using TypeDoc
The type of a filter used to manipulate a Pixi filter.