Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,655 for

alpha

(0.16 sec)
  1. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。...Slides 通过调整用于填充的颜色的 alpha 值来设置透明度。以下是操作方法: 创建一个 Presentation...Color.FromArgb(alpha, baseColor) 定义具有透明度的颜色( alpha 分量控制透明度)。 保存演示文稿。...

    docs.aspose.com/slides/zh/net/shape-formatting/
  2. 10. Appendix. Math symbols and commands

    This article discusses different LaTeX math symbols and commands and their meaning. Learn how to insert operators, greek letters, etc. within LaTeX....appear in the roman alphabet ( \Alpha={\rm A} , \Beta={\rm B} , etc...

    docs.aspose.com/tex/java/latex-math-symbols-com...
  3. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more....the entire paragraph : int alpha = 50 ; using ( var presentation...Color = Color . FromArgb ( alpha , Color . Black ); presentation...

    docs.aspose.com/slides/net/text-formatting/
  4. Merge PNG Files Online or using Java | products...

    Free online app to combine different PNG files. Java merging library code to merge PNG documents into format of choice.... Automation Scenarios: Alpha-Channel Preservation: Maintain...transparency, as PNG supports alpha channel transparency, allowing...

    products.aspose.com/total/java/merge/png/
  5. 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/
  6. Aspose.PSD for Java 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....功能 PSDJAVA-136 加载带有空Unicode Alpha Names资源的图像失败异常 错误 PSDJAVA-139...} PSDJAVA-136. 加载带有空Unicode Alpha Names资源的图像失败异常 String inFilePath...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. XML Schema|Aspose.PDF for Java

    本文描述了在 Aspose.PDF for Java 中处理 XML 文档的 XML 架构...<xs:attribute type= "xs:short" name= "Alpha" use= "optional" /> <xs:attribute...<xs:attribute type= "xs:short" name= "Alpha" use= "optional" /> <xs:attribute...

    docs.aspose.com/pdf/zh/java/supported-xml-schema/
  8. Add Watermarks to Presentations in Java|Aspose....

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

    docs.aspose.com/slides/java/watermark/
  9. Convert HSL to RGB – C# Сode and Online Converter

    Work with color codes and convert HSL to RGB in C# using Aspose.SVG for .NET. Try the online Color Converter for free!...Lightness, and Alpha) HSLA TO RGBA (Red, Green, Blue, and Alpha) © Aspose...

    products.aspose.com/svg/net/color-converter/hsl...
  10. Add Watermarks to Presentations in C++|Aspose.S...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in C++ to indicate a draft, confidential information, copyright, and more....watermark text, use this code: auto alpha = 150 , red = 200 , green =...set_Color ( Color :: FromArgb ( alpha , red , green , blue )); Center...

    docs.aspose.com/slides/cpp/watermark/