Public Properties | |
| xtd::byte | a |
| Gets or sets the alpha component value of this xtd::drawing::argb struct. | |
| xtd::byte | r |
| Gets or sets the red component value of this xtd::drawing::argb struct. | |
| xtd::byte | g |
| Gets or sets the green component value of this xtd::drawing::argb struct. | |
| xtd::byte | b |
| Gets or sets the blue component value of this xtd::drawing::argb struct. | |
Public Methods | |
| auto | to_uint32 () const noexcept -> xtd::uint32 |
| Gets the 32-bit ARGB value of this xtd::drawing::argb struct. | |
Public Operators | |
| operator xtd::uint32 () const noexcept | |
| Gets the 32-bit ARGB value of this xtd::drawing::argb struct. | |
Public Static Methods | |
| static auto | from_argb (xtd::byte a, xtd::byte r, xtd::byte g, xtd::byte b) noexcept -> xtd::drawing::argb |
| Creates a xtd::argb struct from the specified a, r, g, and b byte values. | |
| static auto | from_argb (const argb &value) noexcept -> xtd::drawing::argb |
| Creates a xtd::argb struct from the specified axtd::drawing::argb value. | |
| static auto | from_uint32 (uint32 value) noexcept -> xtd::drawing::argb |
| Creates a xtd::argb struct from the specified unsigned integer value. | |
|
inlinenodiscardnoexcept |
Gets the 32-bit ARGB value of this xtd::drawing::argb struct.
|
inlinenodiscardnoexcept |
Gets the 32-bit ARGB value of this xtd::drawing::argb struct.
|
inlinestaticnodiscardnoexcept |
Creates a xtd::argb struct from the specified a, r, g, and b byte values.
|
inlinestaticnodiscardnoexcept |
Creates a xtd::argb struct from the specified axtd::drawing::argb value.
| value | The argb value. |
|
inlinestaticnodiscardnoexcept |
Creates a xtd::argb struct from the specified unsigned integer value.
| value | The unsigned integer value. |
| xtd::byte xtd::drawing::argb::a |
Gets or sets the alpha component value of this xtd::drawing::argb struct.
| a | byte The alpha component value of this xtd::drawing::argb. |
| xtd::byte xtd::drawing::argb::r |
Gets or sets the red component value of this xtd::drawing::argb struct.
| r | byte The red component value of this xtd::drawing::argb. |
| xtd::byte xtd::drawing::argb::g |
Gets or sets the green component value of this xtd::drawing::argb struct.
| r | byte The green component value of this xtd::drawing::argb. |
| xtd::byte xtd::drawing::argb::b |
Gets or sets the blue component value of this xtd::drawing::argb struct.
| r | byte The blue component value of this xtd::drawing::argb. |