scenepic 1.1.0
3D Visualization Made Easy
Variables
scenepic::Colors Namespace Reference

Variables

const Color Black = Color::from_bytes(0, 0, 0)
 
const Color White = Color::from_bytes(255, 255, 255)
 
const Color Red = Color::from_bytes(255, 0, 0)
 
const Color Maroon = Color::from_bytes(128, 0, 0)
 
const Color Pink = Color::from_bytes(255, 200, 220)
 
const Color Brown = Color::from_bytes(170, 110, 40)
 
const Color Orange = Color::from_bytes(255, 150, 0)
 
const Color Coral = Color::from_bytes(255, 215, 180)
 
const Color Olive = Color::from_bytes(128, 128, 0)
 
const Color Yellow = Color::from_bytes(255, 235, 0)
 
const Color Beige = Color::from_bytes(255, 250, 200)
 
const Color Lime = Color::from_bytes(190, 255, 0)
 
const Color Green = Color::from_bytes(0, 190, 0)
 
const Color Mint = Color::from_bytes(170, 255, 195)
 
const Color Teal = Color::from_bytes(0, 128, 128)
 
const Color Cyan = Color::from_bytes(100, 255, 255)
 
const Color Navy = Color::from_bytes(0, 0, 128)
 
const Color Blue = Color::from_bytes(67, 133, 255)
 
const Color Purple = Color::from_bytes(130, 0, 150)
 
const Color Lavender = Color::from_bytes(230, 190, 255)
 
const Color Magenta = Color::from_bytes(255, 0, 255)
 
const Color Gray = Color::from_bytes(128, 128, 128)
 

Variable Documentation

◆ Beige

const Color scenepic::Colors::Beige = Color::from_bytes(255, 250, 200)

◆ Black

const Color scenepic::Colors::Black = Color::from_bytes(0, 0, 0)

◆ Blue

const Color scenepic::Colors::Blue = Color::from_bytes(67, 133, 255)

◆ Brown

const Color scenepic::Colors::Brown = Color::from_bytes(170, 110, 40)

◆ Coral

const Color scenepic::Colors::Coral = Color::from_bytes(255, 215, 180)

◆ Cyan

const Color scenepic::Colors::Cyan = Color::from_bytes(100, 255, 255)

◆ Gray

const Color scenepic::Colors::Gray = Color::from_bytes(128, 128, 128)

◆ Green

const Color scenepic::Colors::Green = Color::from_bytes(0, 190, 0)

◆ Lavender

const Color scenepic::Colors::Lavender = Color::from_bytes(230, 190, 255)

◆ Lime

const Color scenepic::Colors::Lime = Color::from_bytes(190, 255, 0)

◆ Magenta

const Color scenepic::Colors::Magenta = Color::from_bytes(255, 0, 255)

◆ Maroon

const Color scenepic::Colors::Maroon = Color::from_bytes(128, 0, 0)

◆ Mint

const Color scenepic::Colors::Mint = Color::from_bytes(170, 255, 195)

◆ Navy

const Color scenepic::Colors::Navy = Color::from_bytes(0, 0, 128)

◆ Olive

const Color scenepic::Colors::Olive = Color::from_bytes(128, 128, 0)

◆ Orange

const Color scenepic::Colors::Orange = Color::from_bytes(255, 150, 0)

◆ Pink

const Color scenepic::Colors::Pink = Color::from_bytes(255, 200, 220)

◆ Purple

const Color scenepic::Colors::Purple = Color::from_bytes(130, 0, 150)

◆ Red

const Color scenepic::Colors::Red = Color::from_bytes(255, 0, 0)

◆ Teal

const Color scenepic::Colors::Teal = Color::from_bytes(0, 128, 128)

◆ White

const Color scenepic::Colors::White = Color::from_bytes(255, 255, 255)

◆ Yellow

const Color scenepic::Colors::Yellow = Color::from_bytes(255, 235, 0)