Profile Class

class Profile(type: RefineFeature.Profile.Type) : RefineFeature

The colour treatment to apply to the page.

Parameters

  • type — which treatment to use

Constructors

Profile

constructor(type: RefineFeature.Profile.Type)

Types

Type

enum Type : Enum<RefineFeature.Profile.Type>

How the page’s colour is treated: left alone, or binarised for legibility and file size.

Top