Table of Contents

Property FillColor

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

FillColor

Gets or sets the fill box color. The color is always painted fully opaque: any alpha carried by the value is replaced with 255 at paint time, because a translucent cover would leave the underlying pixels readable and is therefore not a redaction. Default: opaque black.

public Color32 FillColor { get; set; }

Property Value

Color32
Share