AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
Gradient
To Subscribe, use this Key
april-lake-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description This resource describes a color transition by defining a set of colored points and how to interpolate between them. See also…
Published
06/07/2024
Properties PackedColorArray colors PackedColorArray(0, 0, 0, 1, 1, 1, 1, 1) ColorSpace int…
Published
06/07/2024
Enumerations enum InterpolationMode : InterpolationMode GRADIENT_INTERPOLATE_LINEAR = 0 Linear interpolation. …
Published
06/07/2024
Property Descriptions PackedColorArray colors = PackedColorArray(0, 0, 0, 1, 1, 1, 1, 1) void set_co…
Published
06/07/2024
Method Descriptions void add_point (offset: float , color: Color ) Adds the specified color to the gradient, with the specif…
Status
Last Update
Fields