Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ AdjustChannels
Method
AdjustChannels
gui/builtinShipBrowser/navigationPanel.py:194–197 ·
view source on GitHub ↗
(bitmap)
Source
from the content-addressed store, hash-verified
192
193
@staticmethod
194
def
AdjustChannels(bitmap):
195
img = bitmap.ConvertToImage()
196
img = img.AdjustChannels(1.05, 1.05, 1.05, 1)
197
return
wx.Bitmap(img)
198
199
def
UpdateElementsPos(self, mdc):
200
rect = self.GetRect()
Callers
7
__init__
Method · 0.95
_Render
Method · 0.80
_Render
Method · 0.80
OnPaint
Method · 0.80
GetTabFx
Method · 0.80
CreateDropShadowBitmap
Function · 0.80
OnPaint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected