ACadSharp.Entities.HatchGradientPattern.ColorTint - DomCR/ACadSharp GitHub Wiki

ColorTint Property

Color tint value used by dialog code (default = 0, 0; range is 0.0 to 1.0). The color tint value is a gradient color and controls the degree of tint in the dialog when the Hatch group code 452 is set to 1.

Definition

Namespace: ACadSharp.Entities.HatchGradientPattern

C#

DxfCodeValueAttribute
public Double ColorTint { get; set; }

Property Value

Double