Show / Hide Table of Contents

Struct LinearColor

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.GlobalIllumination
Assembly: UnityEngine.dll
Syntax
public struct LinearColor

Properties

| Improve this Doc View Source

blue

Declaration
public float blue { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

green

Declaration
public float green { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

intensity

Declaration
public float intensity { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

red

Declaration
public float red { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

Black()

Declaration
public static LinearColor Black()
Returns
Type Description
LinearColor
| Improve this Doc View Source

Convert(Color, Single)

Declaration
public static LinearColor Convert(Color color, float intensity)
Parameters
Type Name Description
Color color
Single intensity
Returns
Type Description
LinearColor

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX