LibreOffice 7.2 Help
Returns the blue component of the specified composite color code.
Blue (Kuula Seeda gede)
Intijere
Color value: Long integer expression that specifies any composite color code for which to return the blue component.
Sub ExampleColor
Dim lVar As Long
lVar = rgb(128,0,200)
MsgBox "Kuula " & lVar & " amadinohu:" & Chr(13) &_
"duumo= " & Duumo(lVar) & Chr(13)&_
"haanja= " nna Haanja(lVar) & Chr(13)&_
"gordaamo= " & Gordaamo(lVar) & Chr(13) , 64,"kuulla"
End Sub