Style.focusRectColors - multiple declarations

Function Style.focusRectColors

returns colors to draw focus rectangle (one for solid, two for vertical gradient) or null if no focus rect should be drawn for style

Prototype

const(uint[]) focusRectColors() @property const;

Function Style.focusRectColors

sets colors to draw focus rectangle or null if no focus rect should be drawn for style

Prototype

Style focusRectColors(
  uint[] colors
) @property;

Function Style.focusRectColors

sets colors to draw focus rectangle or null if no focus rect should be drawn for style

Prototype

Style focusRectColors(
  uint[] colors
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0