Hide Comments
Hide Comments

Comments (0)

Defines the SVG color rendering type, which provides a hint to the SVG library about how to optimize its color interpolation and compositing operations.

Namespace: FMX.RS.SVGTypes

expandingSyntax

Delphi

type 
  TSVGColorRendering = (clrnNone, 
  clrnAuto, 
  clrnOptimizeSpeed, 
  clrnOptimizeQuality); 
 

expandingMembers

 

Name

Description

public enummember

clrnAuto

Indicates that the RSCL shall make appropriate tradeoffs to balance speed and quality, but quality shall be given more importance than speed.

public enummember

clrnNone

Represents constant clrnNone.

public enummember

clrnOptimizeQuality

Indicates that the RSCL shall emphasize quality over rendering speed.

public enummember

clrnOptimizeSpeed

Indicates that the RSCL shall emphasize rendering speed over quality. For RGB display devices, this option will sometimes cause the user agent to perform color interpolation and compositing in the device RGB color space

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb