interface ChipRT5967RGBVExtendProperty {
    @_xsi:type?: "ChipRT5967RGBVExtendProperty";
    BlueProperty?: ChipRT5967ExtendProperty;
    ChipLibVersion?: number;
    GrayDepth?: number;
    GrayEnhance?: boolean;
    GreenProperty?: ChipRT5967ExtendProperty;
    IsAdvancedMode?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipRT5967ExtendProperty;
    REG_LENGTH: number;
    ScanType?: number;
    SpecialDataLen?: number;
    SpecialRegisterAddr?: number;
    VRedProperty?: ChipRT5967ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipRT5967RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
GrayDepth?: number = common.UInt8
GrayEnhance?: boolean = common.Bool
GreenProperty?: ChipRT5967ExtendProperty
IsAdvancedMode?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
REG_LENGTH: number = common.Int32_5
ScanType?: number = common.UInt8
SpecialDataLen?: number = common.Int32
SpecialRegisterAddr?: number = common.UInt32