Hi! I'm working on an art program, I have a 2D array of colors, and I need to find out how to set all the values to a specific color when I initialize it. (I want every element in the array to be black when this array is initialized, but it seems like the default value is Color[Empty] which looks transparent.) Is there any way to do this without a For/While loop?
Any help is appreciated, thanks!Code:Private Shared Tiles_Private(Width, Height) As Color
~Nic




Reply With Quote
