Public Properties | |
| xtd::byte | a |
| Gets or sets the alpha component value of this xtd::drawing::helpers::argb struct. | |
| xtd::byte | r |
| Gets or sets the red component value of this xtd::drawing::helpers::argb struct. | |
| xtd::byte | g |
| Gets or sets the green component value of this xtd::drawing::helpers::argb struct. | |
| xtd::byte | b |
| Gets or sets the blue component value of this xtd::drawing::helpers::argb struct. | |
Public Static Methods | |
| static argb | from_uint32 (uint32 value) noexcept |
| Creates a xtd::helpers::argb struct from the specified unsigned integer value. | |
Creates a xtd::helpers::argb struct from the specified unsigned integer value.
| value | The unsigned integer value. |
| xtd::byte xtd::drawing::helpers::argb::a |
Gets or sets the alpha component value of this xtd::drawing::helpers::argb struct.
| a | byte The alpha component value of this xtd::drawing::helpers::argb. |
| xtd::byte xtd::drawing::helpers::argb::r |
Gets or sets the red component value of this xtd::drawing::helpers::argb struct.
| r | byte The red component value of this xtd::drawing::helpers::argb. |
| xtd::byte xtd::drawing::helpers::argb::g |
Gets or sets the green component value of this xtd::drawing::helpers::argb struct.
| r | byte The green component value of this xtd::drawing::helpers::argb. |
| xtd::byte xtd::drawing::helpers::argb::b |
Gets or sets the blue component value of this xtd::drawing::helpers::argb struct.
| r | byte The blue component value of this xtd::drawing::helpers::argb. |