C# Class JetBrains.ReSharper.Plugins.Unity.Psi.Colors.UnityColorReference

Inheritance: IColorReference
Afficher le fichier Open project: JetBrains/resharper-unity

Méthodes publiques

Méthode Description
Bind ( IColorElement colorElement ) : void
GetColorTable ( ) : IEnumerable
UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System

Private Methods

Méthode Description
GetColorType ( ) : ITypeElement
TryReplaceAsConstructor ( IColorElement colorElement ) : void
TryReplaceAsHSV ( IColorElement colorElement ) : bool
TryReplaceAsNamedColor ( IColorElement colorElement ) : bool

Method Details

Bind() public méthode

public Bind ( IColorElement colorElement ) : void
colorElement IColorElement
Résultat void

GetColorTable() public méthode

public GetColorTable ( ) : IEnumerable
Résultat IEnumerable

UnityColorReference() public méthode

public UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System
colorElement IColorElement
owningExpression IExpression
owner ITreeNode
colorConstantRange DocumentRange
Résultat System