Class Color
  
  
  
  
    Inheritance
    System.Object
    
    Color
   
  
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
    
   
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    public sealed class Color : ModelBase, IExtensibleDataObject, IColor
   
  Constructors
  
  
  Color()
  
  
  Declaration
  
  
  Color(Byte, Byte, Byte, Byte)
  
  
  Declaration
  
    public Color(byte alpha, byte red, byte green, byte blue)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Byte | 
        alpha | 
         | 
      
      
        | System.Byte | 
        red | 
         | 
      
      
        | System.Byte | 
        green | 
         | 
      
      
        | System.Byte | 
        blue | 
         | 
      
    
  
  Fields
  
  Empty
  
  
  Declaration
  
    public static readonly Color Empty
   
  Field Value
  
  Properties
  
  
  Alpha
  
  
  Declaration
  
    public byte Alpha { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Byte | 
         | 
      
    
  
  
  Blue
  
  
  Declaration
  
    public byte Blue { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Byte | 
         | 
      
    
  
  
  Green
  
  
  Declaration
  
    public byte Green { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Byte | 
         | 
      
    
  
  
  Red
  
  
  Declaration
  
    public byte Red { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Byte | 
         | 
      
    
  
  Implements
  
      System.Runtime.Serialization.IExtensibleDataObject