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