| 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)
Create an Argb32Color from a 32-bit ARGB int value (same as System.Drawing.Color.ToArgb()).
|
static Argb32Color |
Argb32Color.fromRgb(int red,
int green,
int blue)
Create an opaque Argb32Color from RGB channels (alpha = 255).
|
static Argb32Color |
Argb32Color.fromRgb24Color(Rgb24Color rgbColor)
Create Argb32Color from Rgb24Color with alpha set to 255.
|
static Argb32Color |
Argb32Color.fromRgba(int red,
int green,
int blue,
int alpha)
Create an Argb32Color from individual RGBA channels.
|
static Argb32Color |
Argb32Color.fromSingleValueRgb(int value)
Create a grayscale opaque Argb32Color from a single value applied to R, G, B.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Argb32Color.CloneTo(Argb32Color that)
Deprecated.
|
boolean |
Argb32Color.equals(Argb32Color other)
Compares this color with another Argb32Color.
|
Copyright © 2025. All rights reserved.