aboutsummaryrefslogtreecommitdiff
path: root/lib/components/color.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-05-08 18:37:48 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-05-08 18:37:48 +0200
commit32e2eed2a003c9be98f344ae70248139162b6969 (patch)
tree7883586f5b106a569c58bc74c3fa17f780176f27 /lib/components/color.js
parent2b9badac1345c865c34097bc5d1699329b53fdc8 (diff)
Add a few commentsHEADmain
Diffstat (limited to 'lib/components/color.js')
-rw-r--r--lib/components/color.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/components/color.js b/lib/components/color.js
index a9877bf..9be7ff1 100644
--- a/lib/components/color.js
+++ b/lib/components/color.js
@@ -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) {