EditableImage has function :WritePixels(start, size, pixels)
While first 2 are easy to understand, I got question about third: what order I need for pixels?
X: Primary, when reached end Y increases by 1
Y: Primary, when reached end X increases by 1
What way WritePixels() works?
1 Like