interface ChipFM6555RGBVExtendProperty {
    @_xsi:type?: "ChipFM6555RGBVExtendProperty";
    BlueProperty?: ChipFM6555ExtendProperty;
    ChipLibVersion?: number;
    GreenProperty?: ChipFM6555ExtendProperty;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipFM6555ExtendProperty;
    REG_LENGTH: number;
    VRedProperty?: ChipFM6555ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM6555RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
GreenProperty?: ChipFM6555ExtendProperty
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
REG_LENGTH: number = common.Int32_48