Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IColorProvider Interface

    Namespace: Stride.Rendering.Colors
    Assembly: Stride.Rendering.dll

    Defines the interface for describing the color of a light.

    public interface IColorProvider
    Name Description
    Methods
    ComputeColor()

    Computes the color of the light (sRgb space).

    | Improve this Doc View Source

    Methods


    ComputeColor()

    Computes the color of the light (sRgb space).

    Color3 ComputeColor()
    Returns
    Type Description
    Color3

    Color3.


    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