mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Minor clean-ups.
This commit is contained in:
parent
e7141058b7
commit
8a66ec83f0
21 changed files with 107 additions and 97 deletions
|
|
@ -216,7 +216,7 @@ void LowLevelGraphicsPostScriptRenderer::writeClip()
|
|||
}
|
||||
}
|
||||
|
||||
void LowLevelGraphicsPostScriptRenderer::writeColour (const Colour& colour)
|
||||
void LowLevelGraphicsPostScriptRenderer::writeColour (Colour colour)
|
||||
{
|
||||
Colour c (Colours::white.overlaidWith (colour));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue