KeepColor Class

class KeepColor(keepColor: Boolean = false) : RefineFeature

Leave the page’s colour hint unchanged rather than letting processing set it.

Parameters

  • keepColor — true to keep the existing hint, false to let processing set it.

Constructors

KeepColor

constructor(keepColor: Boolean = false)
Top