FColor4 Class

A four element color definition with single-precision decimal values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public class FColor4
Inheritance
Object    FColor4

Constructors

FColor4 Create a new instance of the FColor4 Item.
FColor4(Single, Single, Single, Single) Create a new instance of the FColor4 Item.

Properties

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.

Methods

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.

Operators

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.

See Also