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

...

Description

Excerpt

The maximum value that an RGB component value may have.

Signature
C#
C#

<p> public static const int MaxRGBValue = 255;
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Shared Const MaxRGBValue As Integer = 255
{signature}
255</p>