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}Returns the green component of color's the RGB value.{excerpt}
{signature:C#}
 public int Green{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Green() As Integer
{signature}
{example}{code:csharp|title=C#}
int green = clr.Green;{code}
{code:vbnet|title=vb.net}
Dim green As Integer = clr.Green{code}

{example}