C# Class UnityContrib.UnityEngine.Color32Ex

Provides a set of helper methods for working with the T:UnityEngine.Color32 struct.
ファイルを表示 Open project: UnityContrib/framework

Public Methods

Method Description
Equals ( this value, Color32 other ) : bool

Returns a value indicating whether or not the specified T:UnityEngine.Color32 are equal.

Method Details

Equals() public static method

Returns a value indicating whether or not the specified T:UnityEngine.Color32 are equal.
public static Equals ( this value, Color32 other ) : bool
value this /// The left side of the comparison. ///
other UnityEngine.Color32 /// The right side of the comparison. ///
return bool