Binary pattern (image generation)
(重定向自Binary Pattern)




Binary pattern is an image produced by a formula that includes binary operations and results in a 32-bit integer number. These patterns are closely tied to the 32-bit RGB color system. These patterns may be used with any integer numbers.
The most simple pattern is x or y
, result of which will be pixel color (in RGB), where x and y represent coordinates of image pixel we search.