Hide Comments
Hide Comments

Comments (0)

Defines the SVG color interpolation type, which specifies the color space for gradient interpolations and alpha compositing.

Namespace: RSSVGTypes

expandingSyntax

Delphi

type 
  TSVGColorInterpolation = (sciNone, 
  sciAuto, 
  sciSRGB, 
  sciLinearRGB); 
 

expandingMembers

 

Name

Description

public enummember

sciAuto

Indicates that the user agent can choose either the sRGB or linearRGB spaces for color interpolation. This option indicates that the author doesn't require that color interpolation occur in a particular color space.

public enummember

sciLinearRGB

Indicates that color interpolation should occur in the linearized RGB color space

public enummember

sciNone

Represents constant sciNone.

public enummember

sciSRGB

Indicates that color interpolation should occur in the sRGB color space

Top

expandingSee Also

Reference

Comments (0)

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