]> git.r.bdr.sh - rbdr/lissajous/blobdiff - lib/components/color.js
Add a few comments
[rbdr/lissajous] / lib / components / color.js
index a9877bf66e5e7108d3a020d524e40fa13a7931b6..9be7ff15f1b5bea07bcd81e86c6790237d10e155 100644 (file)
@@ -1,5 +1,10 @@
 import { Component } from '@serpentity/serpentity';
 
+/*
+  * Stores an RGBA color. NOTE: Currently unused as color depends on the
+  * position of the vertex. This is intended to change once we add multiple
+  * curves in a single render.
+  */
 export default class Color extends Component {
   constructor(config) {