OpenOffice.org video based manual
Plan-B for OpenOffice.org, learning office productivity software with videos


Tech Support for OpenOffice.org
Applications
Go to Open Office Writer Index
Go to Open Office Impress Index
Go to Open Office Math Index
Go to Open Office Draw Index
Go to Open Office Calc Index
Go to Open Office Base Index
Go to Open Office Online Help Index

Help Sections:
General
Writer
Impress
Math
Draw
Calc
Base
Basic

Blue Function [Runtime]

Returns the blue component of the specified color code.

Syntax:

Blue (Color As Long)

Return value:

Integer

Parameter:

Color value: Long integer expression that specifies any color code for which to return the blue component.

Error Codes

5 Invalid procedure call

Example:

Sub ExampleColor

Dim lVar As Long

lVar = rgb(128,0,200)

MsgBox "The color " & lVar & " consists of:" & Chr(13) &_

"red= " & Red(lVar) & Chr(13)&_

"green= " & Green(lVar) & Chr(13)&_

"blue= " & Blue(lVar) & Chr(13) , 64,"colors"

End Sub

Index

Blue function

This help text is published from the OpenOffice-Help files under the Public Documentation License 1.0.

Get OpenOffice.org - Free!