ofwin_setbackgroundcolor Subroutine

public subroutine ofwin_setbackgroundcolor(row, col, r, g, b)

Set the background color of the specified grid position.

This applies to the current active WindowProxy.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: row

Row in the grid to set.

integer(kind=int32), intent(in) :: col

Column in the grid to set.

real(kind=real32), intent(in) :: r

Red color component [0-1].

real(kind=real32), intent(in) :: g

Green color component [0-1].

real(kind=real32), intent(in) :: b

Blue color component [0-1].