DrawBuf.alpha - multiple declarations

Function DrawBuf.alpha

get current alpha setting (to be applied to all drawing operations)

uint alpha() @property;

Function DrawBuf.alpha

set new alpha setting (to be applied to all drawing operations)

void alpha(
  uint alpha
) @property;