xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.drawing
include
xtd
drawing
helpers
alpha.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <xtd/byte>
6
8
namespace
xtd
{
10
namespace
drawing
{
12
namespace
helpers
{
22
struct
alpha
{
24
28
xtd::byte
a
= 255;
30
};
31
}
32
}
33
}
xtd::byte
std::uint8_t byte
Represents a 8-bit unsigned integer.
Definition
byte.hpp:23
xtd::drawing::helpers
The xtd::drawing::helpers namespace contains helpers for xtd::drawing objects, sush as rgb,...
Definition
alpha.hpp:12
xtd::drawing
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition
actions_system_images.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::drawing::helpers::alpha
The alpha struct.
Definition
alpha.hpp:22
xtd::drawing::helpers::alpha::a
xtd::byte a
Gets or sets the alpha component value of this xtd::drawing::helpers::alpha struct.
Definition
alpha.hpp:28
Generated on
for xtd by
Gammasoft
. All rights reserved.