ColorFormat.Brightness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the luminosity of the specified object.
public:
property float Brightness { float get(); void set(float value); };
public float Brightness { get; set; }
Public Property Brightness As Single
Property Value
The luminosity of the specified object.
Remarks
Read/write.
The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).