Struct LinearColor
Assembly: UnityEngine.dll
Syntax
public struct LinearColor
Properties
|
Improve this Doc
View Source
blue
Declaration
public float blue { get; set; }
Property Value
|
Improve this Doc
View Source
green
Declaration
public float green { get; set; }
Property Value
|
Improve this Doc
View Source
intensity
Declaration
public float intensity { get; set; }
Property Value
|
Improve this Doc
View Source
red
Declaration
public float red { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Black()
Declaration
public static LinearColor Black()
Returns
|
Improve this Doc
View Source
Convert(Color, Single)
Declaration
public static LinearColor Convert(Color color, float intensity)
Parameters
Returns
Extension Methods