AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
Color
To Subscribe, use this Key
pasta-rugby-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description A color represented in RGBA format by a red ( r ), green ( g ), blue ( b ), and alpha ( a ) component. Each compon…
Published
06/07/2024
Properties float a 1.0 int a8 255 float b 0.0 int b8 …
Published
06/07/2024
Constants ALICE_BLUE = Color(0.941176, 0.972549, 1, 1) Alice blue color. ANTIQUE_WHITE = Color(0.98039…
Published
06/07/2024
Property Descriptions float a = 1.0 The color's alpha component, typically on the range of 0 to 1. A value of 0 means that …
Published
06/07/2024
Constructor Descriptions Color Color () Constructs a default Color from opaque black. This is the same as BLACK . Note…
Published
06/07/2024
Method Descriptions Color blend (over: Color ) const Returns a new color resulting from overlaying this color over the given c…
Published
06/07/2024
Operator Descriptions bool operator != (right: Color ) Returns true if the colors are not exactly equal. Note: …
Status
Last Update
Fields