Struct Colorb
  
  
  
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
  Constructors
  
  
  
  
  Colorb(Colorb)
  
  
  Declaration
  
    public Colorb(Colorb copy)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Colorb | 
        copy | 
         | 
      
    
  
  
  
  
  Colorb(Colorb, Byte)
  
  
  Declaration
  
    public Colorb(Colorb copy, byte newAlpha)
   
  Parameters
  
  
  
  
  Colorb(Byte, Byte)
  
  
  Declaration
  
    public Colorb(byte greylevel, byte a = 1)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Byte | 
        greylevel | 
         | 
      
      
        | Byte | 
        a | 
         | 
      
    
  
  
  
  
  Colorb(Byte, Byte, Byte, Byte)
  
  
  Declaration
  
    public Colorb(byte r, byte g, byte b, byte a = 1)
   
  Parameters
  
  
  
  
  Colorb(Byte[])
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Byte[] | 
        v2 | 
         | 
      
    
  
  
  
  
  Colorb(Single, Single, Single, Single)
  
  
  Declaration
  
    public Colorb(float r, float g, float b, float a = 1F)
   
  Parameters
  
  Fields
  
  
  
  a
  
  
  Declaration
  
  Field Value
  
  
  
  b
  
  
  Declaration
  
  Field Value
  
  
  
  g
  
  
  Declaration
  
  Field Value
  
  
  
  r
  
  
  Declaration
  
  Field Value
  
  Properties
  
  
  
  
  Item[Int32]
  
  
  Declaration
  
    public byte this[int key] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        key | 
         | 
      
    
  
  Property Value