You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dojo/colormix.html
+11-3
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@
12
12
<header>
13
13
<h1>Color Mixer</h1>
14
14
</header>
15
+
<sectionid="instructions">
16
+
<p>Dojo has a nice convenient utility for mixing two colors, including balancing towards one of the colors. This little demo shows off the color picker as well as balancing.</p>
17
+
<p>How to work with it:</p>
18
+
<ul>
19
+
<li>Drag the slider left and right to adjust the balance of the mix.</li>
20
+
<li>Click on one of the top color blocks to display a color picker, which you can use to directly select a color.</li>
21
+
<li>Use either of the randomize buttons to set the color at random (duh)</li>
0 commit comments