Function GradientTexture.width

The number of color samples that will be obtained from the Gradient.

long width() nothrow @property @nogc;

void width (
  long v
) nothrow @property @nogc;