Module basalt::image_cache

source ·
Expand description

System for storing images used within the UI.

Structs§

  • System for storing images used within the UI.
  • Information about an image including width, height, format and depth.

Enums§

  • ImageCacheKey is a value used to refrence an image within the cache.
  • Specifies how long an image should remain in the cache after it isn’t used.
  • Raw data for an image. This is not an encoded format such as PNG.
  • The depth of an image.
  • Specifies the layout and colorspace of the image data.