129 /// @brief Sets the number of pixels to generate.
130 /// @remarks If this is left as zero then the number of pixels generated will be decided based on the textures size, taking the square root of both
131 /// the width and height, adding them together, and multiplying by 10.
132 /// @param Count The number of randomly placed pixels to generate. Initial Value: 0.