Class ColorSpace
Specifies the color space value for color effect
Inheritance
System.Object
ColorSpace
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class ColorSpace : Enum
Fields
HSL
Specifies the color space value is HSL
Declaration
public const ColorSpace HSL
Field Value
Type |
---|
ColorSpace |
NotDefined
Specifies the color space value is NotDefined
Declaration
public const ColorSpace NotDefined
Field Value
Type |
---|
ColorSpace |
RGB
Specifies the color space value is RGB
Declaration
public const ColorSpace RGB
Field Value
Type |
---|
ColorSpace |