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 value that an RGB component value may have.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The minimum value that an RGB component value may have.{excerpt}
{signature:C#}
 public static const int MinRGBValue = 0;
Signature
{signature}{signature:vb.net
vb.net
}
Public Shared Const MinRGBValue As Integer = 0
{signature}