Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The minimum valid index of a color within the palette.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The minimum valid index of a color within the palette.{excerpt}
{signature:C#}
 public static const int MinColorIndex = 0;
Signature
{signature}{signature:vb.net
vb.net
}
Public Shared Const MinColorIndex As Integer = 0
{signature}