mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
juce_audio_processors_headless: Remove juce_graphics dependency
This commit is contained in:
parent
86123aeddf
commit
50b51f512a
12 changed files with 170 additions and 136 deletions
|
|
@ -1158,8 +1158,7 @@ public:
|
|||
{
|
||||
Steinberg::int64 colour;
|
||||
if (list->getInt (Vst::ChannelContext::kChannelColorKey, colour) == kResultTrue)
|
||||
trackProperties.colour = std::make_optional (Colour (Vst::ChannelContext::GetRed ((uint32) colour), Vst::ChannelContext::GetGreen ((uint32) colour),
|
||||
Vst::ChannelContext::GetBlue ((uint32) colour), Vst::ChannelContext::GetAlpha ((uint32) colour)));
|
||||
trackProperties.colourARGB.emplace ((uint32) colour);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue