Thursday, October 3, 2013

c# system.drawing.color array maximum size

c# system.drawing.color array maximum size

i just received out of memory exception when tried to create Color[] array
with the length 33747648.
What the max size of Color array i can create ?