public class FColor4Public Class FColor4No code example is currently available or this language may not be supported.| FColor4 | Create a new instance of the FColor4 Item. |
| FColor4(Single, Single, Single, Single) | Create a new instance of the FColor4 Item. |
| Alpha | Get/Set the alpha channel intensity. |
| Blue | Get/Set the intensity of the blue channel. |
| Green | Get/Set the intensity of the green channel. |
| Red | Get/Set the intensity of the red channel. |
| Clone | Return a memberwise clone of the provided color. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
| TransferValues | Transfer the member values of one instance to another. |
| Addition(FColor4, FColor4) | Return the result of the addition of two colors. |
| Addition(FColor4, Single) | Return the result of a color added by scalar value. |
| Division(FColor4, FColor4) | Return the result of one color divided by the other. |
| Multiply(FColor4, FColor4) | Return the result of two colors multiplied by one another. |
| Multiply(FColor4, Single) | Return the result of a color multiplied by a scalar value. |
| Subtraction(FColor4, FColor4) | Return the result of one color subtracted from another. |