IColorProvider Interface
Namespace: Stride.Rendering.ColorsAssembly: 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). |
|
Methods
ComputeColor()
Computes the color of the light (sRgb space).
Color3 ComputeColor()
Returns
| Type | Description |
|---|---|
| Color3 | Color3. |