GlowEffect.TintColor Property
Gets or sets the color of the tint that will be added to the glow.
Syntax
public System.Drawing.Color TintColor { get; set; }
Property Value
Default: White, R: 255 G: 255 B: 255
A value that specifies the color of the tint that will be added to the glow.
Remarks
A completely green object that is blurred will not contain any other color than green. This property can be used together with the TintColorIntensity to make a green object glow in another color.
Platforms
Windows, Linux, Android