public class Rgb24Color extends Object
| Constructor and Description |
|---|
Rgb24Color(int r,
int g,
int b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Rgb24Color |
fromInternal(com.groupdocs.htmlcss.drawing.Rgb24Color color) |
static Rgb24Color |
fromRgb(int red,
int green,
int blue) |
int |
getB() |
float |
getBrightness() |
int |
getG() |
float |
getHue() |
int |
getR() |
float |
getSaturation() |
int |
hashCode() |
boolean |
isDefault() |
int |
toArgb() |
String |
toHex() |
com.groupdocs.htmlcss.drawing.Rgb24Color |
toInternal() |
String |
toRGB() |
String |
toString() |
public static Rgb24Color fromInternal(com.groupdocs.htmlcss.drawing.Rgb24Color color)
public static Rgb24Color fromRgb(int red, int green, int blue)
public int getB()
public float getBrightness()
public int getG()
public float getHue()
public int getR()
public float getSaturation()
public boolean isDefault()
public int toArgb()
public String toHex()
public com.groupdocs.htmlcss.drawing.Rgb24Color toInternal()
public String toRGB()
Copyright © 2026 Aspose Pty Ltd. All rights reserved.