Show / Hide Table of Contents

Class ColorExtensions

Inheritance
System.Object
ColorExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.Shared
Assembly: NoXP.RuntimeComponents.dll
Syntax
public static class ColorExtensions

Methods

Combine(Color, Color, ColorExtensions.ColorChannels)

Declaration
public static Color Combine(this Color value, Color other, ColorExtensions.ColorChannels channels)
Parameters
Type Name Description
UnityEngine.Color value
UnityEngine.Color other
ColorExtensions.ColorChannels channels
Returns
Type Description
UnityEngine.Color
In This Article
Back to top Generated by DocFX