C# Класс JetBrains.ReSharper.Plugins.Unity.Psi.Colors.UnityColorReference

Наследование: IColorReference
Показать файл Открыть проект

Открытые методы

Метод Описание
Bind ( IColorElement colorElement ) : void
GetColorTable ( ) : IEnumerable
UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System

Приватные методы

Метод Описание
GetColorType ( ) : ITypeElement
TryReplaceAsConstructor ( IColorElement colorElement ) : void
TryReplaceAsHSV ( IColorElement colorElement ) : bool
TryReplaceAsNamedColor ( IColorElement colorElement ) : bool

Описание методов

Bind() публичный Метод

public Bind ( IColorElement colorElement ) : void
colorElement IColorElement
Результат void

GetColorTable() публичный Метод

public GetColorTable ( ) : IEnumerable
Результат IEnumerable

UnityColorReference() публичный Метод

public UnityColorReference ( IColorElement colorElement, IExpression owningExpression, ITreeNode owner, DocumentRange colorConstantRange ) : System
colorElement IColorElement
owningExpression IExpression
owner ITreeNode
colorConstantRange DocumentRange
Результат System