LibreOffice 25.2 Help
Returns the Green component of the given composite color code.
Haanja (Kuula Seeda Gede)
Intijere
Color: Long integer expression that specifies a composite color code for which to return the Green component.
Sub ExampleColor
Dim lVar As Long
lVar = rgb(128,0,200)
MsgSaaxine "Kuulu" & lVar & " ganaasine amadanno:" & Chr(13) &_
"duume = " & duume(lVar) & Chr(13)&_
"haanja = " & haanja(lVar) & Chr(13)&_
"gordaame = " & gordaame(lVar) & Chr(13) , 64,"kuulla"
End Sub