interface ChipLD1074RGBVExtendProperty {
    @_xsi:type?: "ChipLD1074RGBVExtendProperty";
    BlueProperty?: ChipLD1074ExtendProperty;
    ChipLibVersion?: number;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    GreenProperty?: ChipLD1074ExtendProperty;
    IsAdvancedMode?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipLD1074ExtendProperty;
    VRedProperty?: ChipLD1074ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipLD1074RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
GreenProperty?: ChipLD1074ExtendProperty
IsAdvancedMode?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool