C# Class UnityEngine.ColorExtensions

Afficher le fichier Open project: Naphier/NGTools

Méthodes publiques

Свойство Type Description
debugLogMessagesOn bool

Méthodes publiques

Méthode Description
Clamp ( this c ) : Color
HexString ( Color aColor ) : string
HexString ( Color aColor, bool includeAlpha ) : string
HexString ( Color32 aColor, bool includeAlpha ) : string
MakeColor ( string aStr ) : Color

Method Details

Clamp() public static méthode

public static Clamp ( this c ) : Color
c this
Résultat Color

HexString() public static méthode

public static HexString ( Color aColor ) : string
aColor Color
Résultat string

HexString() public static méthode

public static HexString ( Color aColor, bool includeAlpha ) : string
aColor Color
includeAlpha bool
Résultat string

HexString() public static méthode

public static HexString ( Color32 aColor, bool includeAlpha ) : string
aColor Color32
includeAlpha bool
Résultat string

MakeColor() public static méthode

public static MakeColor ( string aStr ) : Color
aStr string
Résultat Color

Property Details

debugLogMessagesOn public_oe static_oe property

public static bool debugLogMessagesOn
Résultat bool