Re: [w3c/gamepad] Add gamepad light indicator extension (#143)

@marcoscaceres commented on this pull request.



> +        
+        <dt>"<dfn>rgb</dfn>"</dt>
+        <dd>
+          Light indicator that supports multiple colors.
+        </dd>
+      </dl>
+    </section>
+    
+    <section>
+      <h2><dfn>GamepadLightColor</dfn> dictionary</h2>
+      <p>
+        This represents the color of a light indicator.
+      </p>
+    
+      <pre class="idl">
+        dictionary GamepadLightColor {

We should investigate what existing color objects we could use from the platform here. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/143#pullrequestreview-631912686

Received on Thursday, 8 April 2021 23:24:51 UTC