Green Function

Returns the Green component of the given composite color code.

Syntax:


हरीयो (लम्बाइको रूपमा रङ)

Return value:

इन्टिजर

Parameters:

Color: Long integer expression that specifies a composite color code for which to return the Green component.

त्रुटि सङ्केतहरू

5 अवैध कार्य-विधि कल

tip

The color picker dialog details the red, green and blue components of a composite color code, as well as its hexadecimal expression. Changing the color of text and selecting Custom color displays the color picker dialog.


Example:


Sub ExampleColor
Dim lVar As Long
    lVar = rgb(128,0,200)
    msgbox "रङ " & lVar & " अवयवहरू समावेश गर्दछ:" & Chr(13) &_
        "रातो = " & रातो(lVar) & Chr(१३)&_
        "हरीयो = " & हरीयो(lVar) & Chr(१३)&_
        "नीलो = " & नीलो(lVar) & Chr(१३) , ६४,"रङहरू"
End Sub

कृपया हामीलाई समर्थन गर्नुहोस्!