Skip to content

Commit

Permalink
Fix TranslucentColor selectors for Squeak 6.0
Browse files Browse the repository at this point in the history
Complements Graphics-nice.444.
  • Loading branch information
LinqLover authored and codeZeilen committed Feb 19, 2021
1 parent ed117fe commit 3ed8217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metaclasses/Metaclasses.tex
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ \section{Every class is an instance of a metaclass}
TranslucentColor allSuperclasses --> an OrderedCollection(Color Object ProtoObject)
TranslucentColor instVarNames --> #('alpha')
TranslucentColor allInstVarNames --> #('rgb' 'cachedDepth' 'cachedBitPattern' 'alpha')
TranslucentColor selectors sorted --> #(#addName: #alpha #alpha: #asHTMLColor #asNontranslucentColor #balancedPatternForDepth: #bitPatternForDepth: #convertToCurrentVersion:refStream: #hash #isOpaque #isTranslucent #isTranslucentColor #isTransparent #name #pixelValueForDepth: #pixelWordForDepth: #privateAlpha #scaledPixelValue32 #setRgb:alpha: #storeArrayValuesOn: #storeOn:)
TranslucentColor selectors sorted --> #(#addName: #alpha #alpha: #asHTMLColor #asNontranslucentColor #balancedPatternForDepth: #bitPatternForDepth: #convertToCurrentVersion:refStream: #hash #isOpaque #isTranslucent #isTranslucentColor #isTransparent #name #pixelValueForDepth: #pixelWordForDepth: \SqVersionSwitch{6.0}{#printOn:}{} #privateAlpha #scaledPixelValue32 #setRgb:alpha: #storeArrayValuesOn: #storeOn:)
\end{code}
\cmindex{Class}{subclasses}
\cmindex{Behavior}{allSuperclasses}
Expand Down

0 comments on commit 3ed8217

Please sign in to comment.