Show / Hide Table of Contents

    Interface ILoadImageConfig

    Configuration to be used when loading images.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ILoadImageConfig

    Properties

    | Improve this Doc View Source

    TextureConfig

    Gets the configuration of the texture (scaling filter, should the texture be tiled or not).

    Declaration
    ITextureConfig TextureConfig { get; }
    Property Value
    Type Description
    ITextureConfig
    | Improve this Doc View Source

    TransparentColorSamplePoint

    For loading non 32-bit images (i.e with no alpha), you can select any color on the image to act as the transparent color. (0,0) for selecting the color on the top-left pixel of the image.

    Declaration
    Point? TransparentColorSamplePoint { get; }
    Property Value
    Type Description
    System.Nullable<Point>

    The transparent color sample point.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX