Blue (ColorObject - Java)

Read-only. The blue component of a color's RGB value.

Defined in

ColorObject

Data type

int

Syntax

public int getBlue()
    throws NotesException

Usage

If you write to NotesColor, this property changes to reflect the Domino® color.

This property is in the range 0-255.

Example