VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / PaletteViewer Class / EmptyCellColor Property
Syntax Remarks Requirements SeeAlso
In This Topic
EmptyCellColor Property (PaletteViewer)
In This Topic
Gets or sets color for filling empty cells.
Syntax
'Declaration

<DescriptionAttribute("Color for filling empty cells.")>
<DesignerSerializationVisibilityAttribute(Visible)>
<CategoryAttribute("VintaSoft")>
Public Property EmptyCellColor As System.Drawing.Color

[Description("Color for filling empty cells.")]
[DesignerSerializationVisibility(Visible)]
[Category("VintaSoft")]
public System.Drawing.Color EmptyCellColor { get; set; }

Property Value

Default value is Color.FromArgb(196, 196, 196).
Remarks

Viewer always shows 256 cells, color count of palette can be less than 256. Empty cell is a cell with index more than color count of palette.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also