Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LightRigType Enumeration

In This Topic
    LightRigType Enumeration
    In This Topic
    Specifies the preset type of the light rig which is to be applied to the scene.
    Syntax
    'Declaration
     
    Public Enum LightRigType 
       Inherits System.Enum
    public enum LightRigType : System.Enum 
    Members
    MemberDescription
    Balanced Balanced rig.
    BrightRoom Bright room rig.
    Chilly Chilly rig.
    Contrasting Contrasting rig.
    Flat Flat rig.
    Flood Flood rig.
    Freezing Freezing rig.
    Glow Glow rig.
    Harsh Harsh rig.
    LegacyFlat1 Legacy flat 1 rig.
    LegacyFlat2 Legacy flat 2 rig.
    LegacyFlat3 Legacy flat 3 rig.
    LegacyFlat4 Legacy flat 4 rig.
    LegacyHarsh1 Legacy harsh 1 rig.
    LegacyHarsh2 Legacy harsh 2 rig.
    LegacyHarsh3 Legacy harsh 3 rig.
    LegacyHarsh4 Legacy harsh 4 rig.
    LegacyNormal1 Legacy normal 1 rig.
    LegacyNormal2 Legacy normal 2 rig.
    LegacyNormal3 Legacy normal 3 rig.
    LegacyNormal4 Legacy normal 4 rig.
    Morning Morning rig.
    NoLight No light rig.
    Soft Soft rig.
    Sunrise Sunrise rig.
    Sunset Sunset rig.
    ThreePoints Three point rig.
    TwoPoints Two Point rig.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.LightRigType

    See Also