Class TSVGColorProfile
Unit
Declaration
type TSVGColorProfile = class(TSVGElement)
Description
SVG color profile for images (deprecated)
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGColorProfile
Overview
Methods
class function GetDOMTag: string; override; |
Properties
property local: string read GetLocal write SetLocal; |
|
property name: string read GetName write SetName; |
|
property renderingIntent: TSVGRenderingIntent read GetRenderingIntent write SetRenderingIntent; |
|
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
Description
Methods
class function GetDOMTag: string; override; |
|
This item has no description. |
Properties
property local: string read GetLocal write SetLocal; |
|
This item has no description. |
property name: string read GetName write SetName; |
|
This item has no description. |
property renderingIntent: TSVGRenderingIntent read GetRenderingIntent write SetRenderingIntent; |
|
This item has no description. |
property xlinkHref: string read GetXlinkHref write SetXlinkHref; |
|
This item has no description. |