.. role:: ts-api-decorator

##########
Color3Like
##########

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: Color3Like

      Interface describing an object with r,g,b properties.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.Color3Like.b`
   * :js:attr:`~cee.Color3Like.g`
   * :js:attr:`~cee.Color3Like.r`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: Color3Like.b

      :type: number

      The blue component of the color. Range: 0..1



.. container:: ts-api-section

   .. js:attribute:: Color3Like.g

      :type: number

      The green component of the color. Range: 0..1



.. container:: ts-api-section

   .. js:attribute:: Color3Like.r

      :type: number

      The red component of the color. Range: 0..1



