Function: htmlize-face-background

htmlize-face-background is a byte-compiled function defined in htmlize.el.

Signature

(htmlize-face-background FACE)

Source Code

;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defun htmlize-face-background (face)
  ;; Return the name of the background color of FACE.  If FACE does
  ;; not specify a background color, return nil.
  ;; GNU Emacs.
  (htmlize-face-color-internal face nil))