Skip to content

Commit 86d1a6a

Browse files
added color icon to example page
1 parent 7d24655 commit 86d1a6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/learn/code/common/base/color/color-usage-examples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ import BitByBitRenderCanvas from '@site/src/components/BitByBitRenderCanvas';
1212

1313
# Applying Colors to 3D Geometry
1414

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+
1521
Colors are essential for visualizing and differentiating objects in your 3D scenes. This tutorial demonstrates how to:
1622

1723
1. **Create colors:** Using different methods from the `Color` class.

0 commit comments

Comments
 (0)