Number of components in the colors buffer.
colors
static int BASE_colorsCount(int vertexCount) => vertexCount > 0 ? vertexCount * 4 : 0;