We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81d3f1 commit 22dfa33Copy full SHA for 22dfa33
vnext/Microsoft.ReactNative/Modules/Animated/ColorAnimatedNode.cpp
@@ -28,10 +28,10 @@ ColorAnimatedNode::ColorAnimatedNode(
28
}
29
30
uint32_t ColorAnimatedNode::GetColor() {
31
- uint8_t r = 0;
32
- uint8_t g = 0;
33
- uint8_t b = 0;
34
- uint8_t a = 0;
+ uint32_t r = 0;
+ uint32_t g = 0;
+ uint32_t b = 0;
+ uint32_t a = 0;
35
36
if (const auto manager = m_manager.lock()) {
37
if (const auto rNode = manager->GetValueAnimatedNode(m_rNodeId)) {
0 commit comments