Search Results for

    Show / Hide Table of Contents

    Class Histogram

    Inheritance
    object
    BaseMaterialDecorator
    ComputeTaskDecorator
    Histogram
    Inherited Members
    ComputeTaskDecorator.ComputeTask
    ComputeTaskDecorator.Run(uint, uint, uint, string)
    ComputeTaskDecorator.Run(CommandBuffer, uint, uint, uint, string)
    ComputeTaskDecorator.Run1D(CommandBuffer, uint, uint, string)
    ComputeTaskDecorator.Run1D(uint, uint, string)
    ComputeTaskDecorator.Run2D(CommandBuffer, uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run2D(uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run3D(CommandBuffer, uint, uint, uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run3D(uint, uint, uint, uint, uint, uint, string)
    BaseMaterialDecorator.material
    BaseMaterialDecorator.ActiveDirectivesNames
    BaseMaterialDecorator.Effect
    BaseMaterialDecorator.GetMaterialPassResources(string, bool)
    BaseMaterialDecorator.Prepare(CommandBuffer)
    BaseMaterialDecorator.Dispose()
    Namespace: Evergine.Framework.Graphics.Computes
    Assembly: Evergine.Framework.dll
    Syntax
    [MaterialDecorator("d743adde-eb54-4f0b-8bc3-e431a34f762d")]
    public class Histogram : ComputeTaskDecorator

    Constructors

    Histogram(ComputeTask)

    Declaration
    public Histogram(ComputeTask computeTask)
    Parameters
    Type Name Description
    ComputeTask computeTask

    Histogram(Effect)

    Declaration
    public Histogram(Effect effect)
    Parameters
    Type Name Description
    Effect effect

    Properties

    Input

    Declaration
    public Texture Input { get; set; }
    Property Value
    Type Description
    Texture

    LuminanceHistogram

    Declaration
    public Buffer LuminanceHistogram { get; set; }
    Property Value
    Type Description
    Buffer

    ParamsBuffer_MinLogLuminance

    Declaration
    public float ParamsBuffer_MinLogLuminance { get; set; }
    Property Value
    Type Description
    float

    ParamsBuffer_OneOverLogLuminanceRange

    Declaration
    public float ParamsBuffer_OneOverLogLuminanceRange { get; set; }
    Property Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX