Struct FbxColor
Syntax
public struct FbxColor : IEquatable<FbxColor>
Constructors
FbxColor(FbxDouble3, Double)
Declaration
public FbxColor(FbxDouble3 rgb, double alpha = 1)
Parameters
FbxColor(FbxDouble4)
Declaration
public FbxColor(FbxDouble4 rgba)
Parameters
FbxColor(Double, Double, Double, Double)
Declaration
public FbxColor(double red, double green, double blue, double alpha = 1)
Parameters
Fields
mAlpha
Declaration
Field Value
mBlue
Declaration
Field Value
mGreen
Declaration
Field Value
mRed
Declaration
Field Value
Properties
Item[Int32]
Declaration
public double this[int i] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Property Value
Methods
Equals(FbxColor)
Declaration
public bool Equals(FbxColor other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
IsValid()
Declaration
Returns
Set(Double, Double, Double, Double)
Declaration
public void Set(double red, double green, double blue, double alpha = 1)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(FbxColor, FbxColor)
Declaration
public static bool operator ==(FbxColor a, FbxColor b)
Parameters
Returns
Inequality(FbxColor, FbxColor)
Declaration
public static bool operator !=(FbxColor a, FbxColor b)
Parameters
Returns