Class ColorSpace.Named
public class ColorSpace.Named : Enum<ColorSpace.Named>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<ColorSpace.Named>>, IComparable<ColorSpace.Named>, ISerializable
- Inheritance
-
ColorSpace.Named
- Implements
- Inherited Members
- Extension Methods
Constructors
Named(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Named(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACES
public static ColorSpace.Named ACES { get; set; }
Property Value
ACESCG
public static ColorSpace.Named ACESCG { get; set; }
Property Value
ADOBE_RGB
public static ColorSpace.Named ADOBE_RGB { get; set; }
Property Value
BT2020
public static ColorSpace.Named BT2020 { get; set; }
Property Value
BT2020_HLG
public static ColorSpace.Named BT2020_HLG { get; set; }
Property Value
BT2020_PQ
public static ColorSpace.Named BT2020_PQ { get; set; }
Property Value
BT709
public static ColorSpace.Named BT709 { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CIE_LAB
public static ColorSpace.Named CIE_LAB { get; set; }
Property Value
CIE_XYZ
public static ColorSpace.Named CIE_XYZ { get; set; }
Property Value
DCI_P3
public static ColorSpace.Named DCI_P3 { get; set; }
Property Value
DISPLAY_P3
public static ColorSpace.Named DISPLAY_P3 { get; set; }
Property Value
EXTENDED_SRGB
public static ColorSpace.Named EXTENDED_SRGB { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LINEAR_EXTENDED_SRGB
public static ColorSpace.Named LINEAR_EXTENDED_SRGB { get; set; }
Property Value
LINEAR_SRGB
public static ColorSpace.Named LINEAR_SRGB { get; set; }
Property Value
NTSC_1953
public static ColorSpace.Named NTSC_1953 { get; set; }
Property Value
OK_LAB
public static ColorSpace.Named OK_LAB { get; set; }
Property Value
PRO_PHOTO_RGB
public static ColorSpace.Named PRO_PHOTO_RGB { get; set; }
Property Value
SMPTE_C
public static ColorSpace.Named SMPTE_C { get; set; }
Property Value
SRGB
public static ColorSpace.Named SRGB { get; set; }
Property Value
Methods
ValueOf(String)
public static ColorSpace.Named ValueOf(String arg0)
Parameters
Returns
Values()
public static ColorSpace.Named[] Values()