Module buffer_graphics_lib::prelude
source · Re-exports§
pub use crate::Graphics;
pub use crate::GraphicsError;
pub use crate::drawable::*;
pub use crate::drawing::*;
pub use crate::image::*;
pub use crate::indexed::*;
pub use crate::integration::*;
pub use crate::shapes::collection::*;
pub use crate::shapes::polyline::*;
pub use crate::shapes::*;
pub use crate::text::format::*;
pub use crate::text::pos::*;
pub use crate::text::wrapping::*;
pub use crate::text::*;
Modules§
Macros§
Structs§
- Series of images to play as an animation
- This represents an RGBA color and is used to store a pixel by
Image
andPixelsWrapper
- Represents a 2D point
- Rectangle
Enums§
- How palette data is stored in an ICI file
Constants§
- Gameboy DMG-01 Background/Lightest
- Gameboy DMG-01 Foreground/Darkest
Traits§
- A shape counts as contained if it is fully inside
Functions§
- This method has to be separate and named differently because f32::lerp already exists but is unstable
- Inverse of flerp