Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8

Sets text of watermark.

XFRX#WATERMARK::SetColor(liFCR, liFCG, liFCB [, liBCR [, liBCG [, liBCB]]])

XFRX#WATERMARK::SetColor(liFGC [, liBGC]])

Parameters

liFCR, liFCG, liFCB
  Red, green and blue components of the foreground color

liBCR, liBCG, liBCB
  Red, green and blue components of the background color


liFGC
  Foreground color. Default value is 0.

liBGC
  Background color. Default value is -1 (transparent).

Examples

m.loWM=EVALUATE([xfrx("XFRX#WATERMARK", m.loSession)])
m.loWM.SetText("W A T E R M A R K")
m.loWM.SetColor(255,0,0)

  • No labels