You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussion: RectangularPaletteControl has 'open func setHue(horizontalAxis: Bool, updateImage: Bool)' but not declared as 'open' itself. So you cannot inherit from RectangularPaletteControl directly and you need to reimplement it's behaviour using ColorPaletteControl. If I will just copy-paste it's code there other things that is closed to override too. Or, for example, I want too use RectangularPaletteControl but override some open functions from ColorPaletteControl I cannot do that.
Suggestion: Make RectangularPaletteControl 'open' to inherit too.
The text was updated successfully, but these errors were encountered:
Discussion: RectangularPaletteControl has 'open func setHue(horizontalAxis: Bool, updateImage: Bool)' but not declared as 'open' itself. So you cannot inherit from RectangularPaletteControl directly and you need to reimplement it's behaviour using ColorPaletteControl. If I will just copy-paste it's code there other things that is closed to override too. Or, for example, I want too use RectangularPaletteControl but override some open functions from ColorPaletteControl I cannot do that.
Suggestion: Make RectangularPaletteControl 'open' to inherit too.
The text was updated successfully, but these errors were encountered: