getBlue

Gets the background color's blue component.

@Deprecated
public int getBlue() {
  return backgroundColor & 0x0ff;
}

Details

Deprecated:
This method is deprecated.

Returns

Background color's blue component.