Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 11,863 for

transparency

(0.05 sec)
  1. Aspose::Cells::Drawing::GlowEffect::GetTranspar...

    Aspose::Cells::Drawing::GlowEffect::GetTransparency method. Gets and sets the degree of Transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear) in C++....Gets and sets the degree of transparency of the glow effect. Range...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  2. Aspose::Cells::Drawing::MsoLineFormat class | A...

    Aspose::Cells::Drawing::MsoLineFormat class. Represents line and arrowhead formatting in C++....Returns or sets the degree of transparency of the specified fill as...Returns or sets the degree of transparency of the specified fill as...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  3. Image | Aspose.Diagram for .NET API Reference

    Image Shape.Image property Contains the gamma, brightness, contrast, blur, sharpen, denoise, and Transparency values ......blur, sharpen, denoise, and transparency values for a bitmap. public...

    reference.aspose.com/diagram/net/aspose.diagram...
  4. lambertmaterial - Aspose.3D for Java - API Refe...

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...getTransparency () Gets the transparency factor. Vector3 getTransparentColor...getTransparentColor () Gets the transparent color. void setAmbientColor...

    reference.aspose.com/3d/java/com.aspose.threed/...
  5. Does any of the Aspose Products provide a solut...

    I need a tif/CMYK file. In the color channels it will have a C, M, Y, K and a White channel. The first challenge I am facing is how to create this White channel. It should be named “White”. Is this possible to add a 5 c…...space with A for alpha (transparency). public void ExportToTiffCmyka(string...fully aware of the A (alpha/transparency) channel, but if this is...

    forum.aspose.com/t/does-any-of-the-aspose-produ...
  6. AlphaFormat | Aspose.Imaging for .NET API Refer...

    AlphaFormat EmfBlendFunction.AlphaFormat property Gets a structure that specifies how source and destination pixels a......interpreted with respect to alpha transparency. public AlphaFormatEnum...

    reference.aspose.com/imaging/net/aspose.imaging...
  7. GradientFill.SetTwoColorGradient | Aspose.Cells...

    GradientFill method. Sets the specified fill to a twocolor gradient. Only applies for Excel 2007...transparency1 Double The degree of transparency of the color1 as a value...transparency2 Double The degree of transparency of the color2 as a value...

    reference.aspose.com/cells/net/aspose.cells.dra...
  8. set_two_color_gradient method | Aspose.Cells fo...

    set_two_color_gradient method Contents [ Hide ] set_two_color_gradient Sets the specified fill to a two-color gradien......transparency1 float The degree of transparency of the color1 as a value...transparency2 float The degree of transparency of the color2 as a value...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Opacity | Aspose.Page for .NET API Reference

    Opacity XpsBrush.Opacity property Returns/sets value defining the uniform Transparency of the brush fill. public floa......value defining the uniform transparency of the brush fill. public...

    reference.aspose.com/page/net/aspose.page.xps.x...
  10. How to set RoundedRectangle shape inside of the...

    //--- COMMENT SHAPE DRAW --- // Create a new shape Aspose.Cells.Drawing.Shape commentShape = xlWorkSheet.Shapes.AddAutoShape(Aspose.Cells.Drawing.AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Y = 200;…...shape fill transparency //commentShape.Fill.Transparency = 1.0F;...border transparency //commentShape.LineFormat.Transparency = 1.0F;...

    forum.aspose.com/t/how-to-set-roundedrectangle-...