Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,634 for

alpha

(0.04 sec)
  1. Public API Changes in Aspose.Cells 16.10.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Gets/sets the direction of the alpha gradient ramp relative to the...(along the alpha gradient ramp) of the end alpha value in unit...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Put Signature on Photo using Python

    Follow this article to put signature on photo using Python. It has details to set the IDE, a list of steps, and a sample code showing how to put a signature on photos using Python....transparent by setting their alpha value to 0 Save the pixels back...

    kb.aspose.com/imaging/python/put-signature-on-p...
  3. EPS to PNG Conversion API | Node.js

    EPS to PNG conversion from Aspose.Page for Node.js. Works in Node.js Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit....provides lossless compression, alpha transparency, and a wide color...

    products.aspose.com/page/nodejs-cpp/conversion/...
  4. 使用 HTML 颜色 – 背景颜色和文本颜色

    您可以找到有关网站 HTML 颜色代码的信息--带有十六进制颜色代码、RGB、RGBA、HSL 和 HSLA 值的 HTML 颜色名称。...颜色值的扩展,带有一个决定颜色不透明度的 alpha 通道。HSLA 颜色值由色相、饱和度、明度和 alpha 指定,其中 alpha 参数指定不透明度。alpha...参数指定不透明度。alpha 参数是一个介于 0.0 和 1.0 之间的数字,0.0 表示 “完全透明”,1.0 表示 “完全不透明”。...

    docs.aspose.com/html/zh/net/tutorial/working-wi...
  5. What's New in Aspose.Imaging for Python via .NE...

    Discover the latest advancements in Aspose.Imaging, Python image processing library designed to streamline your workflow. Explore enhanced capabilities for seamless image export and conversion, allowing for effortless manipulation of images....features: The addition of the alpha blending feature for RasterImage...processing tasks. New Feature - Alpha Blending In today's online landscape...

    docs.aspose.com/imaging/python-net/what-s-new-i...
  6. Add Watermarks to Presentations in Python|Aspos...

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in Python to indicate a draft, confidential information, copyright, and more....watermark text, use this code: alpha = 150 red = 200 green = 200...drawing . Color . from_argb ( alpha , red , green , blue ) Center...

    docs.aspose.com/slides/python-net/watermark/
  7. Aspose.PSD for .NET 20.3 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PSDNET-539 异常:加载带有空Unicode Alpha名称资源的图像失败 错误 PSDNET-541 更改图层组可见性后输出不正确...PSDNET-539. 异常:加载带有空Unicode Alpha名称资源的图像失败 string sourcePath =...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. 档案

    档案...setFontHeight(52); int alpha = 150, red = 200, green = 200...setColor(new Color(red, green, blue, alpha)); // 从修改中锁定形状 watermarkShape...

    blog.aspose.com/zh/slides/add-watermark-to-powe...
  9. 档案

    档案...0f); int32_t alpha = 150, red = 200, green = 200...::Drawing::Color::FromArgb(alpha, red, green, blue)); // 从修改中锁定形状...

    blog.aspose.com/zh/slides/add-watermark-to-powe...
  10. Add Watermarks to Presentations on Android|Aspo...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations on Android in Java to indicate a draft, confidential information, and more....watermark text, use this code: int alpha = 150 , red = 200 , green =... setColor ( Color . argb ( alpha , red , green , blue )); Center...

    docs.aspose.com/slides/androidjava/watermark/