Module image::buffer_

source ·
Expand description

Contains the generic ImageBuffer struct.

Structs

Traits

Type Aliases

  • Sendable 16-bit grayscale image buffer
  • Sendable 16-bit grayscale + alpha channel image buffer
  • Sendable grayscale + alpha channel image buffer
  • Sendable grayscale image buffer
  • Rgb16Image 🔒
    Sendable 16-bit Rgb image buffer
  • An image buffer for 32-bit float RGB pixels, where the backing container is a flattened vector of floats.
  • Sendable Rgb image buffer
  • Sendable 16-bit Rgb + alpha channel image buffer
  • An image buffer for 32-bit float RGBA pixels, where the backing container is a flattened vector of floats.
  • Sendable Rgb + alpha channel image buffer