Skip to content

Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing

Assembly: Game.ArtPipeline
Namespace: Game.ArtPipeline.Preview

Type: enum sealed public

Base: System.Enum
Implements: System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible

Code

public sealed enum ColorHeaderShowing : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing Hide;
    public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowColor;
    public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowColorCode;
    public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowAll;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing Hide
public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing Hide;
  • public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowColor
public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowColor;
  • public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowColorCode
public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowColorCode;
  • public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowAll
public static const Game.ArtPipeline.Preview.ColorPickerSetup+ColorHeaderShowing ShowAll;