Widget.textColor - multiple declarations

Function Widget.textColor

set text color for widget - from string like "#5599CC" or "white"

Prototype

Widget textColor(
  string colorString
) @property;

Function Widget.textColor

set text color (ARGB 32 bit value)

Prototype

Widget textColor(
  uint value
) @property;

Function Widget.textColor

get text color (ARGB 32 bit value)

Prototype

uint textColor() @property const;

Function Widget.textColor

get text color (ARGB 32 bit value)

Prototype

uint textColor() @property const;

Function Widget.textColor

set text color (ARGB 32 bit value)

Prototype

Widget textColor(
  uint value
) @property;

Function Widget.textColor

set text color for widget - from string like "#5599CC" or "white"

Prototype

Widget textColor(
  string colorString
) @property;

Function Widget.textColor

get text color (ARGB 32 bit value)

Prototype

uint textColor() @property const;

Function Widget.textColor

set text color (ARGB 32 bit value)

Prototype

Widget textColor(
  uint value
) @property;

Function Widget.textColor

set text color for widget - from string like "#5599CC" or "white"

Prototype

Widget textColor(
  string colorString
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0