AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
Image
To Subscribe, use this Key
fifteen-hawaii-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description Native image datatype. Contains image data which can be converted to an ImageTexture and provides commonly used image proces…
Published
06/07/2024
Properties Dictionary data { "data": PackedByteArray(), "format": "Lum8", "height": 0, "mipmaps": fals…
Published
06/07/2024
Enumerations enum Format : Format FORMAT_L8 = 0 Texture format with a single 8-bit depth representing luminance. …
Published
06/07/2024
Constants MAX_WIDTH = 16777216 The maximal width allowed for Image resources. MAX_HEIGHT = 16777216 …
Published
06/07/2024
Property Descriptions Dictionary data = { "data": PackedByteArray(), "format": "Lum8", "height": 0, "mipmaps": …
Published
06/07/2024
Method Descriptions void adjust_bcs (brightness: float , contrast: float , saturation: float ) Adjusts this image's …
Status
Last Update
Fields