Method: Fidgit::ImageFrame#draw_foreground

Defined in:
lib/fidgit/elements/image_frame.rb

#draw_foregroundObject



40
41
42
# File 'lib/fidgit/elements/image_frame.rb', line 40

def draw_foreground
  @image.draw(x + padding_left, y + padding_top, z, factor_x, factor_y, enabled? ? ENABLED_COLOR : DISABLED_COLOR) if @image
end