//! Presentation data for the object graph
//!
//! See [`Presentation`].
use BTreeMap;
use Color;
use crate::;
/// Presentation data for the object graph
///
/// Assigns attributes relating to the presentation of objects (currently just a
/// color) to those objects (currently only to regions).
///
/// This data is made available through [`Layers`].
///
/// [`Layers`]: crate::layers::Layers