Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $fgImage = $foreground->getImage([
  2. [0, 0, 0],
  3. $this->_foregroundPrimaryColorId ? $this->getForegroundPrimaryColor()->getLeatherRgbValue()->getArray() : [255, 0, 0],
  4. $this->_foregroundSecondaryColorId ? $this->getForegroundSecondaryColor()->getLeatherRgbValue()->getArray() : [0, 0, 255],
  5. [0, 0, 0]
  6. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement