Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns the green component of color's the RGB value.

Signature
C#
C#

 public int Green{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Green() As Integer
Example
Code Block
csharp
csharp
titleC#

int green = clr.Green;
Code Block
vbnet
vbnet
titlevb.net

Dim green As Integer = clr.Green