atelier.core.color

Color

Public Imports

std.algorithm.comparison
public import std.algorithm.comparison : clamp;

Members

Functions

mix
Color mix(Color c1, Color c2)

Mix 50% of one color with 50% of another.

Structs

Color
struct Color

An RGB color structure.

Meta

License

Zlib

Authors

Enalye