PropertyCollection{/PLANKER:}Vyzerá to ako...
Prehľad
ColorValue je štruktúra v Aspose.Cells pre NET. dedičstvo od: IEquatable<ColorValue>.
ColorValue.Equals determines whether two ColorValue instances have identical ARGB values.
Vlastnosti
| Názov: | Typ: | Prístup | Opis: |
|---|---|---|---|
A | byte | Čítajte si . | |
R | byte | Čítajte si . | |
G | byte | Čítajte si . | |
B | byte | Čítajte si . |
Metódy
| Podpis | Opis: |
|---|---|
ColorValue(a: byte, r: byte, g: byte, b: byte) | Vytvorí nový ColorValue s špecifikovanými alfa, červenou, zelenou a modrou bytom. |
Equals(other: ColorValue) | Určuje rovnosť s iným objektom, vráti true ak je ColorValue so rovnakým ARGB. |
Equals(obj: object?) | |
GetHashCode() | Vráti hash kód odvodený z alfa, červenej, zelené a modrej hodnoty |