| Package | Description |
|---|---|
| com.groupdocs.editor.htmlcss.css.datatypes |
The com.groupdocs.editor.htmlcss.css.datatypes namespace provides classes that represent CSS data types.
|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Method and Description |
|---|---|
ArgbColor |
ArgbColor.Clone()
Deprecated.
|
static ArgbColor |
ArgbColor.fromColor(Color color)
Creates one
ArgbColor value from specified Color |
static ArgbColor |
ArgbColor.fromRgb(int red,
int green,
int blue)
Creates one
ArgbColor value from specified Red, Green, Blue channels, while Alpha channel is fully opaque |
static ArgbColor |
ArgbColor.fromRgba(int red,
int green,
int blue,
int alpha)
Creates one
ArgbColor value from specified Red, Green, Blue, and Alpha channels |
static ArgbColor |
ArgbColor.fromSingleValueRgb(byte value)
Creates a fully opaque (A=255) color from single value, which will be applied to all channels
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArgbColor.CloneTo(ArgbColor that)
Deprecated.
|
boolean |
ArgbColor.equals(ArgbColor other)
Checks two
ArgbColor colors for equality |
static boolean |
ArgbColor.equals(ArgbColor obj1,
ArgbColor obj2)
Deprecated.
|
static boolean |
ArgbColor.op_Equality(ArgbColor left,
ArgbColor right)
Compares two colors and returns a boolean indicating if the two do match.
|
static boolean |
ArgbColor.op_Inequality(ArgbColor left,
ArgbColor right)
Compares two colors and returns a boolean indicating if the two do not match.
|
| Modifier and Type | Method and Description |
|---|---|
ArgbColor |
WebFont.getColor()
Font color in ARGB32 format
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFont.setColor(ArgbColor value)
Font color in ARGB32 format
|
Copyright © 2024. All rights reserved.