画布增加的新功能
This commit is contained in:
@@ -1433,7 +1433,42 @@ export default {
|
||||
selectTexture: '选择要使用的纹理',
|
||||
DeleteTexture: '删除纹理',
|
||||
TextureSettings: '纹理设置',
|
||||
TextureSelector: '纹理选择'
|
||||
TextureSelector: '纹理选择',
|
||||
// 混合模式
|
||||
CompositeNormal: '正常',
|
||||
CompositeNormalTip: '正常:默认,新图形覆盖原内容',
|
||||
CompositeDarken: '变暗',
|
||||
CompositeDarkenTip: '变暗:取暗部颜色',
|
||||
CompositeMultiply: '正片叠底',
|
||||
CompositeMultiplyTip: '正片叠底:图像变暗',
|
||||
CompositeColorBurn: '颜色加深',
|
||||
CompositeColorBurnTip: '颜色加深:增加对比度,变暗底层颜色',
|
||||
CompositeLighten: '变亮',
|
||||
CompositeLightenTip: '变亮:取亮部颜色',
|
||||
CompositeScreen: '滤色',
|
||||
CompositeScreenTip: '滤色:图像变亮',
|
||||
CompositeColorDodge: '颜色减淡',
|
||||
CompositeColorDodgeTip: '颜色减淡:降低对比度,加亮底层颜色',
|
||||
CompositeLighter: '颜色减淡(添加)',
|
||||
CompositeLighterTip: '颜色减淡(添加):重叠部分亮度叠加',
|
||||
CompositeOverlay: '叠加',
|
||||
CompositeOverlayTip: '叠加:高光效果',
|
||||
CompositeSoftLight: '柔光',
|
||||
CompositeSoftLightTip: '柔光:混合效果',
|
||||
CompositeHardLight: '强光',
|
||||
CompositeHardLightTip: '强光:高光效果',
|
||||
CompositeDifference: '差值',
|
||||
CompositeDifferenceTip: '差值:取两图像颜色差',
|
||||
CompositeExclusion: '排除',
|
||||
CompositeExclusionTip: '排除:取两图像颜色差的绝对值',
|
||||
CompositeHue: '色相',
|
||||
CompositeHueTip: '色相:保留原图像颜色,改变新图像色相',
|
||||
CompositeSaturation: '饱和度',
|
||||
CompositeSaturationTip: '饱和度:保留原图像色相,改变新图像饱和度',
|
||||
CompositeColor: '颜色',
|
||||
CompositeColorTip: '颜色:保留原图像饱和度,改变新图像颜色',
|
||||
CompositeLuminosity: '亮度',
|
||||
CompositeLuminosityTip: '亮度:保留原图像颜色,改变新图像亮度',
|
||||
},
|
||||
speedList: {
|
||||
High: '高级',
|
||||
|
||||
@@ -1433,7 +1433,42 @@ export default {
|
||||
selectTexture: 'Select the texture you want to use',
|
||||
DeleteTexture: 'Delete Texture',
|
||||
TextureSettings: 'Texture Settings',
|
||||
TextureSelector: 'Texture Selector'
|
||||
TextureSelector: 'Texture Selector',
|
||||
// 混合模式
|
||||
CompositeNormal: 'Normal',
|
||||
CompositeNormalTip: 'Normal: Default, new graphics cover original content',
|
||||
CompositeDarken: 'Darken',
|
||||
CompositeDarkenTip: 'Darken: Take the darkest color',
|
||||
CompositeMultiply: 'Multiply',
|
||||
CompositeMultiplyTip: 'Multiply: Darken the image',
|
||||
CompositeColorBurn: 'Color Burn',
|
||||
CompositeColorBurnTip: 'Color Burn: Increase contrast and darken the bottom color',
|
||||
CompositeLighten: 'Lighten',
|
||||
CompositeLightenTip: 'Lighten: Take the brightest color',
|
||||
CompositeScreen: 'Screen',
|
||||
CompositeScreenTip: 'Screen: Lighten the image',
|
||||
CompositeColorDodge: 'Color Dodge',
|
||||
CompositeColorDodgeTip: 'Color Dodge: Reduce contrast and lighten the bottom color',
|
||||
CompositeLighter: 'Color Dodge (Add)',
|
||||
CompositeLighterTip: 'Color Dodge (Add): Add the brightness of the overlapping parts',
|
||||
CompositeOverlay: 'Overlay',
|
||||
CompositeOverlayTip: 'Overlay: Highlight effect',
|
||||
CompositeSoftLight: 'Soft Light',
|
||||
CompositeSoftLightTip: 'Soft Light: Blend effect',
|
||||
CompositeHardLight: 'Hard Light',
|
||||
CompositeHardLightTip: 'Hard Light: Highlight effect',
|
||||
CompositeDifference: 'Difference',
|
||||
CompositeDifferenceTip: 'Difference: Take the color difference between the two images',
|
||||
CompositeExclusion: 'Exclusion',
|
||||
CompositeExclusionTip: 'Exclusion: Take the absolute value of the color difference between the two images',
|
||||
CompositeHue: 'Hue',
|
||||
CompositeHueTip: 'Hue: Preserve the original image color and change the hue of the new image',
|
||||
CompositeSaturation: 'Saturation',
|
||||
CompositeSaturationTip: 'Saturation: Preserve the original image hue and change the saturation of the new image',
|
||||
CompositeColor: 'Color',
|
||||
CompositeColorTip: 'Color: Preserve the original image saturation and change the color of the new image',
|
||||
CompositeLuminosity: 'Luminosity',
|
||||
CompositeLuminosityTip: 'Luminosity: Preserve the original image color and change the luminosity of the new image',
|
||||
},
|
||||
speedList: {
|
||||
High: 'High',
|
||||
|
||||
Reference in New Issue
Block a user