ofradialplane_setplanecolor Subroutine

public subroutine ofradialplane_setplanecolor(r, g, b, a)

Set the plane color of the current radial plane.

This applies to the current active RadialPlane.

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

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

Alpha (transparancy) component [0-1].