ColorValue
Overview
ColorValue is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Default, Clone, and 4 more.
This struct provides 2 methods for working with ColorValue objects in Rust programs.
Available methods include: equals, get_hash_code.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: a, b, g, r.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
a | u8 | Read/Write | Gets the a. |
r | u8 | Read/Write | Gets the r. |
g | u8 | Read/Write | Gets the g. |
b | u8 | Read/Write | Gets the b. |
Methods
| Signature | Description |
|---|---|
equals(other: ColorValue) → bool | Calls equals(other) on this ColorValue instance. |
get_hash_code() → i32 | Returns the hash code. |