Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 3,605 for

alpha

(0.05 sec)
  1. Aspose::Words::NumberStyle enum | Aspose.Words ...

    Aspose::Words::NumberStyle enum. Specifies the number style for a list, footnotes and endnotes, page numbers in C++.... Arabic1 46 Arabic alpha. Hebrew2 47 Hebrew-2. Arabic2...

    reference.aspose.com/words/cpp/aspose.words/num...
  2. Blur | Aspose.Slides for C++ API Reference

    Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including Alpha, are affected....All color channels, including alpha, are affected. class Blur :...

    reference.aspose.com/slides/cpp/aspose.slides.e...
  3. SmartObjectProvider | Aspose.PSD for .NET API 参考

    获取智能对象提供者...var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0xff000000...(~( pixel & 0x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  4. EmbedLinked | Aspose.PSD for .NET API 参考

    在此层中嵌入链接的智能对象...var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0xff000000...(~( pixel & 0x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  5. RelinkToFile | Aspose.PSD for .NET API 参考

    将链接的智能对象重新链接到新文件 之后不需要调用UpdateModifiedContent 方法...var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0xff000000...(~( pixel & 0x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  6. SmartObjectType | Aspose.PSD for .NET API 参考

    定义智能对象内容类型的 SmartObjectType 枚举...var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0xff000000...(~( pixel & 0x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  7. UpdateModifiedContent | Aspose.PSD for .NET API 参考

    使用修改后的内容更新智能对象层图像缓存...var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0xff000000...(~( pixel & 0x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  8. TiffOptions - Aspose.PSD for Java - API Reference

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....getAlphaStorage () Gets or sets the alpha storage option. String getArtist...(int value) Gets or sets the alpha storage option. void setArtist...

    reference.aspose.com/psd/java/com.aspose.psd.im...
  9. ContentType | Aspose.PSD for .NET API 参考

    获取智能对象图层内容的类型 嵌入的智能对象内容是嵌入的原始图像文件Dataaspose.psd.fileformats.psd.layers.layerresources/lifddatasource/data 链接的智能对象内容是链接图像文件的原始内容如果可用LiFeDataSourceaspose.psd.fileformats.psd.layers.layerresources/lifedatasource 当IsLibraryLinkaspose.psd.fileformats.psd.layers.layerresources/linkdatasource/islibrarylink为真时我们不支持从 AdobePhotoshop图形库加载 对于常规的链接文件我们首先使用RelativePathaspose.psd.fileformats.psd.layers.layerresources/lifedatasource/relativepath来查找相对于 的文件源图像路径SourceImagePath 如果它不可用我们查看FullPathaspose.psd.fileformats.psd.layers.layerresources/lifedatasource/fullpath 如果没有那么我们在图像所在的同一目录中查找链接文件SourceImagePath...var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0xff000000...(~( pixel & 0x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  10. SVG 光照效果 – SVG 滤镜 – C# 代码

    了解如何使用 Aspose.SVG for .NET API 组合多个 SVG 滤镜来创建和控制 SVG 光照效果。...<feSpecularLighting> 滤镜使用其 Alpha 通道作为凹凸贴图照亮图像。考虑一个光效的 SVG 示例:...<feGaussianBlur> 接受输入 SourceAlpha ,它是源图像的 Alpha 通道。结果存储在名为 blur 的临时缓冲区中。 照明是通过...

    docs.aspose.com/svg/zh/net/svg-lighting-effects/