How to use pageColors
?
#19420
Unanswered
arun-mani-j
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
RenderParameters
object has a property calledpageColors
with description as:Is there any example on how to use it? It's type is plain object. So what properties should this object have and of what type?
I tried using
const pageColors = { foreground: "rgb(100,100,100,255)", background: "rgb(200,200,100,100)" }
but the page still renders same as original.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions