ARGB
Canonical path: NemAll_Python_BasisElements.ARGB
Represents true color with transparency
BGR
property
writable
returns color as BGR
sets only RGB values from unsigned long BGR format
IRGB
property
writable
Get the indexed rgb color representation of the ARGB color
If color not found in the index table, the rgb color converted to integer value is returned
__eq__
__eq__(argb: ARGB) -> bool
__init__
overloaded
Initialize
constructor from unsigned long
Parameters:
-
argb
(int
) –windows argb value
constructor with RGBA components
Parameters:
-
red
(int
) –red component
-
green
(int
) –green component
-
blue
(int
) –blue component
-
alpha
(int
) –alpha component
__init__(argb: ARGB)
Placeholder