| DRMaterialProcessorColorKeyEnabled Property |
Gets or sets a value indicating whether color keying of a model is enabled.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax [DefaultValueAttribute(false)]
public virtual bool ColorKeyEnabled { get; set; }
<DefaultValueAttribute(false)>
Public Overridable Property ColorKeyEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
virtual property bool ColorKeyEnabled {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
abstract ColorKeyEnabled : bool with get, set
[<DefaultValueAttribute(false)>]
override ColorKeyEnabled : bool with get, set
Property Value
Type:
Boolean if color keying is enabled;
otherwise.
See Also