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

Inheritance: IColorReference
Mostra file Open project: JetBrains/resharper-unity

Public Methods

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

Private Methods

Method Description
GetColorType ( ) : ITypeElement
TryReplaceAsConstructor ( IColorElement colorElement ) : void
TryReplaceAsHSV ( IColorElement colorElement ) : bool
TryReplaceAsNamedColor ( IColorElement colorElement ) : bool

Method Details

Bind() public method

public Bind ( IColorElement colorElement ) : void
colorElement IColorElement
return void

GetColorTable() public method

public GetColorTable ( ) : IEnumerable
return IEnumerable

UnityColorReference() public method

public UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System
colorElement IColorElement
owningExpression IExpression
owner ITreeNode
colorConstantRange DocumentRange
return System