redBits - multiple declarations

Function redBits

Get the redBits of a format

uint redBits (
  in const(Format) format
) pure @property;

Function redBits

Get the redBits of an image surface

uint redBits (
  in const(SurfaceType) st
) pure @property;