logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plgcolbga - Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT alpha transparency value

Arguments

r (PLINT_NC_SCALAR(3plplot), output)
              Returned value of the red intensity in the range from 0 to 255.

       g (PLINT_NC_SCALAR(3plplot), output)
              Returned value of the green intensity in the range from 0 to 255.

       b (PLINT_NC_SCALAR(3plplot), output)
              Returned value of the blue intensity in the range from 0 to 255.

       alpha (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the alpha transparency in the range (0.0-1.0).

Authors

       Many  developers  (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its
       long history.

Description

       Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT alpha transparency value.

       This function is used in example 31.

Name

plgcolbga - Returns the background color (cmap0[0]) by 8-bit RGB value and PLFLT alpha transparency value

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                 PLGCOLBGA(3plplot)

Synopsis

plgcolbga(r, g, b, alpha)

See Also