ofcurveartist_setcolor Subroutine

public subroutine ofcurveartist_setcolor(r, g, b)

Set the color of the current curve artist.

This applies to the current active CurveArtist.

Arguments

Type IntentOptional Attributes Name
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].