BitmapDefinition
Canonical path: NemAll_Python_BasisElements.BitmapDefinition
Create
staticmethod
Create(bitmapName: str) -> BitmapDefinition
Create a bitmap definition
Returns:
-
BitmapDefinition
–Bitmap definition
Parameters:
-
bitmapName
(str
) –Path and name of the bitmap
GetPixel
Get the color of a specific pixel
Parameters:
-
x
(int
) –horizontal position
-
y
(int
) –vertical position
Returns:
-
int
–Color as ARGB
Placeholder