Class TSVGColorProfile

Unit

Declaration

type TSVGColorProfile = class(TSVGElement)

Description

SVG color profile for images (deprecated)

Hierarchy

Overview

Methods

Public class function GetDOMTag: string; override;

Properties

Public property local: string read GetLocal write SetLocal;
Public property name: string read GetName write SetName;
Public property renderingIntent: TSVGRenderingIntent read GetRenderingIntent write SetRenderingIntent;
Public property xlinkHref: string read GetXlinkHref write SetXlinkHref;

Description

Methods

Public class function GetDOMTag: string; override;

This item has no description.

Properties

Public property local: string read GetLocal write SetLocal;

This item has no description.

Public property name: string read GetName write SetName;

This item has no description.

Public property renderingIntent: TSVGRenderingIntent read GetRenderingIntent write SetRenderingIntent;

This item has no description.

Public property xlinkHref: string read GetXlinkHref write SetXlinkHref;

This item has no description.