We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d24655 commit 86d1a6aCopy full SHA for 86d1a6a
docs/learn/code/common/base/color/color-usage-examples.md
@@ -12,6 +12,12 @@ import BitByBitRenderCanvas from '@site/src/components/BitByBitRenderCanvas';
12
13
# Applying Colors to 3D Geometry
14
15
+<img
16
+ class="category-icon-small"
17
+ src="https://s.bitbybit.dev/assets/icons/white/color-icon.svg"
18
+ alt="Color category icon"
19
+ title="Color category icon" />
20
+
21
Colors are essential for visualizing and differentiating objects in your 3D scenes. This tutorial demonstrates how to:
22
23
1. **Create colors:** Using different methods from the `Color` class.
0 commit comments