Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
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:vb.net}
Public Shared Const MaxRGBValue As Integer = 255
{signature}