{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}