Expand description
Surface, providing flexible modification for the pixels.
Modules§
- alpha
- Alpha modification for a
Surface
. - blend
- Blending for a
Surface
. - bmp
- Bitmap texture as a
Surface
. - clipped
- Clipping an area of a
Surface
. - cloned
- Cloning a
Surface
. - color
- Color modification for a
Surface
. - owned
- Owned surface, created from raw pixel data.
- rle
- RLE (Run-Length Encoding) acceleration for a
Surface
. - window
- A window treating as a
Surface
.
Structs§
Traits§
- Surface
- A trait that provides flexible modification methods.