Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    LuminanceResult Struct

    Namespace: Stride.Rendering.Images
    Assembly: Stride.Rendering.dll

    Struct LuminanceResult

    public struct LuminanceResult
    Name Description
    Constructors
    LuminanceResult(Single, Texture)
    Properties
    AverageLuminance
    LocalTexture
    | Improve this Doc View Source

    Constructors


    LuminanceResult(Single, Texture)

    public LuminanceResult(float averageLuminance, Texture localTexture)
    Parameters
    Type Name Description
    System.Single averageLuminance
    Texture localTexture
    | Improve this Doc View Source

    Properties


    AverageLuminance

    public float AverageLuminance { get; set; }
    Property Value
    Type Description
    System.Single

    LocalTexture

    public Texture LocalTexture { get; set; }
    Property Value
    Type Description
    Texture

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation