ofmarkerartist_setmarkercolor Subroutine

public subroutine ofmarkerartist_setmarkercolor(markers, r, g, b)

Set the color of the current marker artist.

This applies to the current active MarkerArtist.

Arguments

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

The markers whose color should be set (see: OpenFrames::MarkerArtist::DrawnMarkers enum).

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].