Module rich_sdl2_rust::surface
source · Expand description
Surface, providing flexible modification for the pixels.
Modules
- Alpha modification for a
Surface
. - Blending for a
Surface
. - Bitmap texture as a
Surface
. - Clipping an area of a
Surface
. - Cloning a
Surface
. - Color modification for a
Surface
. - Owned surface, created from raw pixel data.
- RLE (Run-Length Encoding) acceleration for a
Surface
. - A window treating as a
Surface
.
Structs
Traits
- A trait that provides flexible modification methods.