MCPcopy 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
_RenderMethod · 0.80
_RenderMethod · 0.80
OnPaintMethod · 0.80
GetTabFxMethod · 0.80
CreateDropShadowBitmapFunction · 0.80
OnPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected