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

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