Blue Function
Returns the blue component of the specified composite color code.
Ganallo:
Blue (Kuula Seeda gede)
Qolote guma:
Intijere
Eishsha:
Color value: Long integer expression that specifies any composite color code for which to return the blue component.
Lawishsha:
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