colorBits - multiple declarations

Function colorBits

Get the colorBits of an image surface

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

Function colorBits

Get the colorBits of a format

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