Class Histogram
  
  
  
  
  
  Assembly: Evergine.Framework.dll
  Syntax
  
    [MaterialDecorator("7a43adde-eb54-4f0b-8bc3-e431a34f762d")]
public class Histogram : ComputeTaskDecorator
   
  Constructors
  
  Histogram(ComputeTask)
  
  
  Declaration
  
    public Histogram(ComputeTask computeTask)
   
  Parameters
  
  
  Histogram(Effect)
  
  
  Declaration
  
    public Histogram(Effect effect)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Effect | 
        effect | 
         | 
      
    
  
  Properties
  
  
  
  
  Declaration
  
    public Texture Input { get; set; }
   
  Property Value
  
  
  LuminanceHistogram
  
  
  Declaration
  
    public Buffer LuminanceHistogram { get; set; }
   
  Property Value
  
  
  ParamsBuffer_MinLogLuminance
  
  
  Declaration
  
    public float ParamsBuffer_MinLogLuminance { get; set; }
   
  Property Value
  
  
  ParamsBuffer_OneOverLogLuminanceRange
  
  
  Declaration
  
    public float ParamsBuffer_OneOverLogLuminanceRange { get; set; }
   
  Property Value
  
  Extension Methods