Gets the factor used to blend the color towards black or white. This is only used when ColorType is Default
This is linear interpolation where 0 means no blending, and -1 means all black or 1 is all white.
Namespace: Spotfire.Dxp.Application.Visuals.ReferenceElements
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public float ColorLightnessFactor { get; }
Property Value
Type: SingleVersion Information
Supported in: 15.0, 14.8
See Also