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§
- Create a Coord Accepts
Structs§
- Series of images to play as an animation
- This represents an RGBA color
- Represents a 2D point
- Shape with any number of points/line
- Rectangle
Enums§
- How palette data is stored in an ICI file
- Store static or animated images in a generic way
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
- calculate the percent for
point
betweenself
andend