Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusBlendColors

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusBlendColors
    extends EmfPlusBlendBase

    The EmfPlusBlendColors object specifies positions and colors for the blend pattern of a gradient brush.

    • Constructor Detail

      • EmfPlusBlendColors

        public EmfPlusBlendColors()
    • Method Detail

      • getBlendArgb32Colors

        public int[] getBlendArgb32Colors()

        Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field.

      • setBlendArgb32Colors

        public void setBlendArgb32Colors(int[] value)

        Gets or sets an array of PositionCount EmfPlusARGB objects (section 2.2.2.1) that specify colors at the positions defined in the BlendPositions field.