Class BlueOffsetTransform
  
  Specifies the input color with its blue component shifted, but with its red and green color components unchanged.
 
  
  
    Inheritance
    System.Object
    
    
    BlueOffsetTransform
   
  
  
  Assembly: DRIT.Spreadsheet.dll
  
  
    public class BlueOffsetTransform : PercentTransform
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public BlueOffsetTransform()
   
  
  
  
  
  
  
  Declaration
  
    public BlueOffsetTransform(decimal value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Decimal | 
        value | 
         | 
      
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    protected override bool EqualsType(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides