interface ChipICND2100RGBVExtendProperty {
    @_xsi:type?: "ChipICND2100RGBVExtendProperty";
    BlueProperty?: ChipICND2100ExtendProperty;
    ChipLibVersion?: number;
    FirstDataLen?: number;
    FirstStartIndex?: number;
    GreenProperty?: ChipICND2100ExtendProperty;
    IsSetLowEffectGamma?: boolean;
    IsSupportGhostClear?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipICND2100ExtendProperty;
    ShifNum?: number;
    VRedProperty?: ChipICND2100ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipICND2100RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FirstDataLen?: number = common.Int32
FirstStartIndex?: number = common.Int32
IsSetLowEffectGamma?: boolean = common.Bool
IsSupportGhostClear?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
ShifNum?: number = common.Int32