ColorPalette constructor
Contents
[
Hide
]init
Initializes a new instance of the ColorPalette
class and IsCompactPalette is false.
def __init__(self, argb_32_entries):
...
Parameter | Type | Description |
---|---|---|
argb_32_entries | list | The 32-bit ARGB color palette entries. |
init
Initializes a new instance of the ColorPalette
class and IsCompactPalette is false.
def __init__(self, entries):
...
Parameter | Type | Description |
---|---|---|
entries | list | The color palette entries. |
init
Initializes a new instance of the ColorPalette
class.
def __init__(self, argb_32_entries, is_compact_palette):
...
Parameter | Type | Description |
---|---|---|
argb_32_entries | list | The 32-bit ARGB color palette entries. |
is_compact_palette | bool | Indicating whether compact it palette. |
init
Initializes a new instance of the ColorPalette
class.
def __init__(self, entries, is_compact_palette):
...
Parameter | Type | Description |
---|---|---|
entries | list | The color palette entries. |
is_compact_palette | bool | Indicating whether compact it palette. |
See Also
- module
aspose.cad
- class
ColorPalette