Beamable SDK
Public Member Functions | Public Attributes | List of all members
UnityEngine.Color Struct Reference
Inheritance diagram for UnityEngine.Color:
Inheritance graph
[legend]
Collaboration diagram for UnityEngine.Color:
Collaboration graph
[legend]

Public Member Functions

 Color (float r, float g, float b, float a)
 
 Color (float r, float g, float b)
 
bool Equals (Color other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Public Attributes

float r
 
float g
 
float b
 
float a
 

Member Data Documentation

◆ a

float UnityEngine.Color.a

Alpha component of the color (0 is transparent, 1 is opaque).

◆ b

float UnityEngine.Color.b

Blue component of the color.

◆ g

float UnityEngine.Color.g

Green component of the color.

◆ r

float UnityEngine.Color.r

Red component of the color.


The documentation for this struct was generated from the following file: