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

7
LINES

< > BotCompany Repo | #1023030 // rgbSingleColorCube (rather a "square", I guess?)

JavaX fragment (include)

static RGBImage rgbSingleColorCube(RGB rgb) {
  ret rgbSingleColorCube(rgb, 20);
}

static RGBImage rgbSingleColorCube(RGB rgb, int size) {
  ret RGBImage(size, size, rgb);
}

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: #1023030
Snippet name: rgbSingleColorCube (rather a "square", I guess?)
Eternal ID of this version: #1023030/4
Text MD5: 50c34a693ef7b75b9da76fc90d99434d
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-18 13:00:01
Source code size: 180 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 197 / 243
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)