MacFlatButtonBorder.st
changeset 8228 fc7dc09c8432
parent 7938 6b2cbf0d7e12
equal deleted inserted replaced
8227:76627a83c72f 8228:fc7dc09c8432
   219     ^Icon
   219     ^Icon
   220         constantNamed:'MacFlatButtonBorder topLeftImageUnfilledMasked6'
   220         constantNamed:'MacFlatButtonBorder topLeftImageUnfilledMasked6'
   221         ifAbsentPut:[(Depth2Image width:4 height:4) bits:(ByteArray fromPackedString:'@@<?O0@a') colorMapFromArray:#[183 183 183 201 201 201 224 224 224 255 255 255] mask:((ImageMask width:4 height:4) bits:(ByteArray fromPackedString:'LGC0<@@a'); yourself); yourself]
   221         ifAbsentPut:[(Depth2Image width:4 height:4) bits:(ByteArray fromPackedString:'@@<?O0@a') colorMapFromArray:#[183 183 183 201 201 201 224 224 224 255 255 255] mask:((ImageMask width:4 height:4) bits:(ByteArray fromPackedString:'LGC0<@@a'); yourself); yourself]
   222 ! !
   222 ! !
   223 
   223 
   224 !MacFlatButtonBorder methodsFor:'accessing'!
   224 !MacFlatButtonBorder methodsFor:'accessing-color & font'!
   225 
   225 
   226 backgroundColor1
   226 backgroundColor1
   227     "the first gradient color"
   227     "the first gradient color"
   228 
   228 
   229     ^ backgroundColor1
   229     ^ backgroundColor1