【photoshop Action Manager】动作管理器- 设置属性(笔刷模式、不透明度、流量等)

该篇博客详细介绍了如何在Photoshop CC2015.5中设置画笔工具的混合模式、不透明度、流量以及压力感应等功能。通过循环遍历29种不同的混合模式,并调整画笔的不透明度和流量,展示了各种参数组合的效果。同时,文中探讨了压力感应如何影响画笔的大小和不透明度,为Photoshop用户提供了丰富的实践指导。

 

// Version: 2016.9.15

// Set the options for the paint brush tool
// blend modes, opacity, flow and others

if (documents.length == 0) {
    var d = documents.add();
} else {
    var d = activeDocument;
}

// two layers so behind and clear are available
if (d.layers.length == 1) {
    d.artLayers.add(); 
}


// Select the paint brush tool
var d = new ActionDescriptor()
var r = new ActionReference();
r.putClass( stringIDToTypeID( "paintbrushTool" ) );
d.putReference( stringIDToTypeID( "null" ), r );
executeAction(  stringIDToTypeID( "select" ), d, DialogModes.NO );

// 29 blend modes for paint brush in CC 2015.5
var bmsS = ["normal", "dissolve", "behind", "clearEnum",
            "darken", "multiply", "colorBurn", "linearBurn", "darkerColor",
            "lighten", "screen", "colorDodge", "linearDodge", "
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值