| Package | Description |
|---|---|
| com.groupdocs.viewer.drawing |
The package provides types that replaces platform-specific graphics types like Color.
|
| Modifier and Type | Field and Description |
|---|---|
static Argb32Color |
Argb32Color.EMPTY |
static Argb32Color |
Argb32Color.TRANSPARENT |
| Modifier and Type | Method and Description |
|---|---|
static Argb32Color |
Argb32Color.fromArgb(int argb) |
static Argb32Color |
Argb32Color.fromInternal(com.groupdocs.htmlcss.drawing.Argb32Color color) |
static Argb32Color |
Argb32Color.fromRgb(int red,
int green,
int blue) |
static Argb32Color |
Argb32Color.fromRgb24Color(Rgb24Color rgbColor) |
static Argb32Color |
Argb32Color.fromRgba(int red,
int green,
int blue,
int alpha) |
static Argb32Color |
Argb32Color.fromSingleValueRgb(int value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Argb32Color.CloneTo(Argb32Color that)
Deprecated.
|
boolean |
Argb32Color.equals(Argb32Color other) |
Copyright © 2026 Aspose Pty Ltd. All rights reserved.