Module ul_next::bitmap

source ·
Expand description

Bitmap container to hold raw pixels data.

Structs§

  • Ultralight Bitmap container.
  • A bitmap object that has an owned pixel buffer.
  • An RAII implementation of a “scoped lock” of a pixel buffer for Bitmap. When this structure is dropped (falls out of scope), the lock will be unlocked.

Enums§