.. role:: ts-api-decorator

##########
Color4Like
##########

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   .. js:class:: Color4Like

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



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.Color4Like.a`
   * :js:attr:`~cee.Color4Like.b`
   * :js:attr:`~cee.Color4Like.g`
   * :js:attr:`~cee.Color4Like.r`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: Color4Like.a

      :type: number

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



.. container:: ts-api-section

   .. js:attribute:: Color4Like.b

      :type: number

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



.. container:: ts-api-section

   .. js:attribute:: Color4Like.g

      :type: number

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



.. container:: ts-api-section

   .. js:attribute:: Color4Like.r

      :type: number

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



