Create a Color instance. Instead of creating an instance in new mode, use create to create an instance.
Optional
Create a Color instance with the specified options.
const color = await Color.create(); Copy
const color = await Color.create();
Destroy the current object.
Static
Create an Color instance.
create an Color instance with the specified options.
Returns a Color instance.
Create a Color instance. Instead of creating an instance in new mode, use create to create an instance.