aboutsummaryrefslogtreecommitdiff
path: root/src/core/spectrum.rs
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-02-02 20:39:32 +0100
committerJulian T <julian@jtle.dk>2021-02-02 20:39:32 +0100
commit2b4adacea3c76b8b33dc5f50d296dd4a61107c16 (patch)
tree905b672e4005b29dad5807060ae3a966d4a3d264 /src/core/spectrum.rs
parentd79d5d18c8281cce1e782892e5f85680906481dd (diff)
Added documentation for many of the modules
Diffstat (limited to 'src/core/spectrum.rs')
-rw-r--r--src/core/spectrum.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/spectrum.rs b/src/core/spectrum.rs
index 604c8c0..c72a251 100644
--- a/src/core/spectrum.rs
+++ b/src/core/spectrum.rs
@@ -1,3 +1,6 @@
+//! Used to represent color
+//!
+//! Currently only implements RGB colors
use crate::Float;
use std::ops;