using System;
namespace RotSoft.Lighting;
/// <summary>Marks a float property as a color temperature in kelvin; the inspector renders it with the kelvin gradient slider.</summary>
[AttributeUsage( AttributeTargets.Property )]
public sealed class KelvinSliderAttribute : Attribute
{
}