Color | |
The Color3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Color3, Color3) | Adds two colors. | |
| Equality(Color3, Color3) | Tests for equality between two objects. | |
| (Color3 to Color4) | Performs an explicit conversion from Color3 to Color4. | |
| (Int32 to Color3) | Performs an explicit conversion from Int32 to Color3. | |
| (Color3 to Vector3) | Performs an implicit conversion from Color3 to Vector3. | |
| (Vector3 to Color3) | Performs an implicit conversion from Vector3 to Color3. | |
| Inequality(Color3, Color3) | Tests for inequality between two objects. | |
| Multiply(Color3, Color3) | Modulates two colors. | |
| Multiply(Color3, Single) | Scales a color. | |
| Multiply(Single, Color3) | Scales a color. | |
| Subtraction(Color3, Color3) | Subtracts two colors. | |
| UnaryNegation(Color3) | Negates a color. | |
| UnaryPlus(Color3) | Assert a color (return it unchanged). |