{"id":177,"date":"2025-03-18T20:02:16","date_gmt":"2025-03-18T11:02:16","guid":{"rendered":"https:\/\/cg-method.com\/photoshop\/?p=177"},"modified":"2026-09-20T14:56:55","modified_gmt":"2026-09-20T05:56:55","slug":"toggle-back-ground-layer","status":"publish","type":"post","link":"https:\/\/cg-method.com\/photoshop\/toggle-back-ground-layer\/","title":{"rendered":"Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u65b9\u6cd5"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Photoshop\u3067<strong>\u4e00\u756a\u4e0b\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u30b9\u30af\u30ea\u30d7\u30c8<\/strong>\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u30fb\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u3053\u3068\u3067\u3001<strong>\u30c7\u30b6\u30a4\u30f3\u306e\u78ba\u8a8d\u4f5c\u696d\u3092\u52b9\u7387\u5316<\/strong>\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"380\" height=\"246\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/toggle.gif\" alt=\"Photoshop\u3067\u4e00\u756a\u4e0b\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u3068\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u52d5\u4f5c\u306e\u69d8\u5b50\u3002\" class=\"wp-image-178\"\/><\/figure>\n\n\n\n<p class=\"is-style-icon_pen wp-block-paragraph\">\u203b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u30e9\u30f3\u30c1\u30e3\u30fc\u306f\u672c\u8a18\u4e8b\u3067\u306f\u7d39\u4ecb\u3057\u3066\u3044\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3059\u308b\u30e1\u30ea\u30c3\u30c8<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u4e00\u756a\u4e0b\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u8868\u793a\u30fb\u975e\u8868\u793a\u306b\u5207\u308a\u66ff\u3048\u3089\u308c\u308b<\/strong><\/li>\n\n\n\n<li><strong>\u4f5c\u696d\u4e2d\u306b\u7d20\u65e9\u304f\u80cc\u666f\u3092\u78ba\u8a8d\u3067\u304d\u308b<\/strong><\/li>\n\n\n\n<li><strong>\u624b\u52d5\u3067\u306e\u5207\u308a\u66ff\u3048\u64cd\u4f5c\u3092\u81ea\u52d5\u5316\u3067\u304d\u308b<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u30b9\u30af\u30ea\u30d7\u30c8<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">STEP.1 \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u683c\u7d0d<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>ToggleBackGroundLayer.jsx<\/code> \u3068\u3044\u3046\u540d\u524d\u3067\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4fdd\u5b58\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>ToggleBackGroundLayer.jsx<\/strong><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-js\" data-lang=\"JavaScript\"><code>var layObj = activeDocument.artLayers;\nvar bgLayer = layObj[layObj.length-1]; \/\/ \u4e00\u756a\u4e0b\u306e\u30ec\u30a4\u30e4\u30fc\n\nif(bgLayer.isBackgroundLayer){    \n    bgLayer.name = &quot;\u80cc\u666f&quot;; \/\/ \u30ea\u30cd\u30fc\u30e0\u3057\u3066\u80cc\u666f\u3092\u5909\u63db\n    toggleBackGroundLayer();\n} else {\n    toggleBackGroundLayer();\n}\n\n\/\/ \u4e00\u756a\u4e0b\u306e\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u3092\u30c8\u30b0\u30eb\nfunction toggleBackGroundLayer(){  \n    if(bgLayer.visible){\n        bgLayer.visible = false;\n    } else {\n        bgLayer.visible = true;\n    }\n}<\/code><\/pre><\/div>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u4ee5\u4e0b\u306e\u30d5\u30a9\u30eb\u30c0\u306b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u79fb\u52d5\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>C:\\Program Files\\Adobe\\Adobe Photoshop CC\\Presets\\Scripts\\<\/code><\/pre><\/div>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Photoshop\u3092\u518d\u8d77\u52d5\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">STEP.2 \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>[\u30d5\u30a1\u30a4\u30eb]<\/strong> \u2192 <strong>[\u30b9\u30af\u30ea\u30d7\u30c8]<\/strong> \u2192 <strong>[ToggleBackGroundLayer]<\/strong> \u3092\u5b9f\u884c\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u4e00\u756a\u4e0b\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u30fb\u975e\u8868\u793a\u304c\u5207\u308a\u66ff\u308f\u308a\u307e\u3059\u3002<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Photoshop\u306e\u307b\u304b\u306e\u64cd\u4f5c\u306f\u3001\u307e\u3068\u3081\u8a18\u4e8b\u304b\u3089\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2026\/09\/photoshop-matome-3-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/photoshop-matome\/\">Photoshop\u306e\u4f7f\u3044\u65b9\u307e\u3068\u3081\uff5c\u30ec\u30a4\u30e4\u30fc\u64cd\u4f5c\u30fb\u66f8\u304d\u51fa\u3057\u30fb\u30b9\u30af\u30ea\u30d7\u30c8<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u306e\u8a18\u4e8b\u3092\u3001\u3084\u308a\u305f\u3044\u3053\u3068\u304b\u3089\u63a2\u305b\u308b\u3088\u3046\u306b\u5206\u985e\u3057\u307e\u3057\u305f\u3002 \u540c\u3058\u4f5c\u696d\u3092\u4f55\u5ea6\u3082\u7e70\u308a\u8fd4\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u9805\u76ee\u3082\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 \u5404\u30ab\u30c6\u30b4\u30ea\u30fc\u306f\u95b2\u89a7\u6570\u306e\u591a&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<!-- cgm-topic:start -->\n\n\n<p class=\"wp-block-paragraph\">\u30ec\u30a4\u30e4\u30fc\u3092\u64cd\u4f5c\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u306f\u3001\u307b\u304b\u306b\u3082\u7d39\u4ecb\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/select-bottom-layer-1-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/isolate-layer-selection\/\">Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u9078\u629e\u3057\u305f\u30ec\u30a4\u30e4\u30fc\u3060\u3051\u3092\u8868\u793a\u30fb\u975e\u8868\u793a\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u3067\u9078\u629e\u3057\u305f\u30ec\u30a4\u30e4\u30fc\u306e\u307f\u3092\u8868\u793a\u30fb\u975e\u8868\u793a\u306b\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u30ec\u30a4\u30e4\u30fc\u30d1\u30cd\u30eb\u306e\u76ee\u306e\u30a2\u30a4\u30b3\u30f3\u30921\u3064\u305a\u3064\u5207\u308a\u66ff\u3048\u308b\u624b\u9593\u3092&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/remove-layer-text-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/remove-layer-text\/\">Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u30ec\u30a4\u30e4\u30fc\u304b\u3089\u7279\u5b9a\u306e\u6587\u5b57\u3092\u9664\u53bb\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u306e\u30c7\u30fc\u30bf\u6574\u7406\u3084Live2D\u306e\u7d20\u6750\u5206\u3051\u306b\u5f79\u7acb\u3064\u3001\u30ec\u30a4\u30e4\u30fc\u540d\u304b\u3089\u7279\u5b9a\u306e\u6587\u5b57\u3092\u9664\u53bb\u3059\u308b\u65b9\u6cd5\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002 \u8907\u6570\u30ec\u30a4\u30e4\u30fc\u306e\u540d\u524d\u3092\u4e00\u62ec\u3067\u5909\u66f4\u3067\u304d\u308b\u305f\u3081\u3001\u4f5c\u696d\u52b9\u7387\u5316\u306b&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/conbine-layer-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/conbine-layer\/\">Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u30ec\u30a4\u30e4\u30fc\u306e\u4e00\u756a\u4e0a\u306b\u3042\u308b\u52b9\u679c\u30ec\u30a4\u30e4\u30fc\u3092\u5404\u30d1\u30fc\u30c4\u30ec\u30a4\u30e4\u30fc\u306b\u9069\u7528\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u3067\u6700\u4e0a\u4f4d\u306b\u3042\u308b\u52b9\u679c\u30ec\u30a4\u30e4\u30fc\u3092\u30d1\u30fc\u30c4\u5206\u3051\u3055\u308c\u305f\u5404\u30ec\u30a4\u30e4\u30fc\u3078\u9069\u7528\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u30a4\u30e9\u30b9\u30c8\u306e\u4ed5\u4e0a\u3052\u3084Live2D\u306e\u30d1\u30fc\u30c4\u4f5c\u6210\u306b\u5f79\u7acb\u3061\u307e&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/expanding-smart-objects-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/expanding-smart-objects\/\">Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u30b9\u30de\u30fc\u30c8\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u4e2d\u8eab\u3092\u5143\u306b\u623b\u3059\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">\u73fe\u5728\u306ePhotoshop\u3067\u306f\u3001\u307e\u305a\u6a19\u6e96\u306e\u300c\u30ec\u30a4\u30e4\u30fc\u306b\u5909\u63db\u300d\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u30b9\u30de\u30fc\u30c8\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u9078\u3073\u3001\u30ec\u30a4\u30e4\u30fc\u30e1\u30cb\u30e5\u30fc\u306e\u30b9\u30de\u30fc\u30c8\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304b\u3089\u5909\u63db\u3067\u304d\u307e\u3059\u3002 \u4ee5&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<!-- cgm-topic:end -->\n\n\n<h2 class=\"wp-block-heading\">\u307e\u3068\u3081<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u4e00\u756a\u4e0b\u306e\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u30fb\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u3089\u308c\u308b<\/strong><\/li>\n\n\n\n<li><strong>\u80cc\u666f\u3092\u5207\u308a\u66ff\u3048\u308b\u3053\u3068\u3067\u30c7\u30b6\u30a4\u30f3\u306e\u8996\u8a8d\u6027\u3092\u78ba\u8a8d\u3057\u3084\u3059\u3044<\/strong><\/li>\n\n\n\n<li><strong>Photoshop\u306e\u624b\u4f5c\u696d\u3092\u6e1b\u3089\u3057\u3066\u52b9\u7387\u7684\u306b\u4f5c\u696d\u3067\u304d\u308b<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u80cc\u666f\u306e\u78ba\u8a8d\u4f5c\u696d\u3092\u7d20\u65e9\u304f\u884c\u3046\u305f\u3081\u306b\u3001<strong>\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u6d3b\u7528\u3057\u3066\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u5207\u308a\u66ff\u3048\u3092\u52b9\u7387\u5316<\/strong>\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Photoshop\u3067\u4e00\u756a\u4e0b\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u30fb\u975e\u8868\u793a\u3092\u5207\u308a\u66ff\u3048\u308b\u3053\u3068\u3067\u3001\u30c7\u30b6\u30a4\u30f3\u306e\u78ba\u8a8d\u4f5c\u696d\u3092\u52b9\u7387\u5316\u3067\u304d\u307e\u3059\u3002 \u203b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u30e9\u30f3\u30c1\u30e3\u30fc\u306f\u672c\u8a18\u4e8b\u3067\u306f\u7d39\u4ecb\u3057\u3066 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":179,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pochipp_cv_data":"","swell_btn_cv_data":"","ssp_meta_description":"\u4e00\u756a\u4e0b\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u8868\u793a\u30fb\u975e\u8868\u793a\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u5207\u308a\u66ff\u3048\u308bjsx\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3002\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u683c\u7d0d\u3068\u5b9f\u884c\u3068\u3044\u30462\u3064\u306eSTEP\u3067\u5c0e\u5165\u624b\u9806\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002","ssp_meta_title":"Photoshop\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u8868\u793a\u5207\u66ff\u30b9\u30af\u30ea\u30d7\u30c8","ssp_meta_robots":"","ssp_meta_canonical":"","ssp_meta_image":"","ssp_meta_keyword":"","book_review_data":"","footnotes":""},"categories":[2],"tags":[9],"class_list":["post-177","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-layer-operation","tag-free"],"_links":{"self":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts\/177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/comments?post=177"}],"version-history":[{"count":7,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts\/177\/revisions"}],"predecessor-version":[{"id":1245,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts\/177\/revisions\/1245"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/media\/179"}],"wp:attachment":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/media?parent=177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/categories?post=177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/tags?post=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}