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

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

Style focusRectColors(
  uint[] colors
) @property;