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

NameTypeAccessDescription
au8Read/WriteGets the a.
ru8Read/WriteGets the r.
gu8Read/WriteGets the g.
bu8Read/WriteGets the b.

Methods

SignatureDescription
equals(other: ColorValue)boolCalls equals(other) on this ColorValue instance.
get_hash_code()i32Returns the hash code.

See Also