Inheritance: ShaderTools.VisualStudio.Core.Tagging.Classification.ClassificationColorManagerBase
コード例 #1
0
 public ShaderPropertyFormat(ClassificationColorManager colorManager)
 {
     DisplayName = "ShaderLab Shader Property";
     ForegroundColor = colorManager.GetDefaultColor(ShaderPropertyClassificationTypeName);
 }
コード例 #2
0
 public AttributeFormat(ClassificationColorManager colorManager)
 {
     DisplayName = "ShaderLab Attribute";
     ForegroundColor = colorManager.GetDefaultColor(AttributeClassificationTypeName);
 }
コード例 #3
0
 public PunctuationFormat(ClassificationColorManager colorManager)
 {
     DisplayName = "ShaderLab Punctuation";
     ForegroundColor = colorManager.GetDefaultColor(PunctuationClassificationTypeName);
 }