Photoshopã®javascriptã«ã¯ç´æ¥ãã¯ã»ã«ã®RGBãåå¾ã§ãããããªãªãã¸ã§ã¯ããç¨æããã¦ããªãã®ã§ç¡çãããããªãã¨ãããªãã 以ä¸è»¢è¼ã getColorAt = function(doc, x, y) { function selectBounds(doc, b) { doc.selection.select([[ b[0], b[1] ], [ b[2], b[1] ], [ b[2], b[3] ], [ b[0], b[3] ]]); } function findPV(h) { for (var i = 0; i <= 255; i++ ) { if (h[i]) { return i; } } return 0; } selectBounds(doc, [x, y, x+1, y+1]); var pColour = new SolidColor(); pC
{{#tags}}- {{label}}
{{/tags}}