what are unsigned unit ?
Answers
Answered by
2
➥A uint8 data type contains all whole numbers from 0 to 255. As with all unsigned numbers, the values must be non-negative. Uint8's are mostly used in graphics (colors are always non-negative).
Similar questions