Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1021155 // doubleBufferedImageSurface_noAlpha - no flickering, no alpha channel

JavaX fragment (include)

static ImageSurface doubleBufferedImageSurface_noAlpha() {
  ImageSurface is = doubleBufferedImageSurface();
  is.noAlpha = true;
  ret is;
}

Author comment

Began life as a copy of #1021154

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021155
Snippet name: doubleBufferedImageSurface_noAlpha - no flickering, no alpha channel
Eternal ID of this version: #1021155/1
Text MD5: 4d52a858f33917551b9e1532cb78c24b
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-28 01:43:46
Source code size: 145 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 227 / 274
Referenced in: [show references]